Missing highlighting for ctermul in a VimScript

2020-06-29 Fir de Conversatie Yegappan Lakshmanan
Hi, Patch 8.2.0863 added support for the new 'ctermul' keyword to the highlight command. Currently the Vim script syntax highlighting doesn't support the ctermul keyword. Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Patch 8.2.1095

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1095 Problem:May use pointer after freeing it when text properties are used. Solution: Update redo buffer before calling ml_replace(). Files: src/spellsuggest.c *** ../vim-8.2.1094/src/spellsuggest.c 2020-06-10 15:32:04.455653633 +0200 --- src/spellsuggest.c 2020-06-29

Patch 8.2.1094

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1094 Problem:Dead code in libvterm. Solution: Remove condition that is always true. Files: src/libvterm/src/pen.c *** ../vim-8.2.1093/src/libvterm/src/pen.c 2020-05-27 21:22:10.184851569 +0200 --- src/libvterm/src/pen.c 2020-06-29 23:12:33.705436029 +0200

Patch 8.2.1093

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1093 Problem:Python: double free when adding item to dict fails. Solution: Remove vim_free() call. Files: src/if_py_both.h *** ../vim-8.2.1092/src/if_py_both.h2020-05-30 20:30:42.896816552 +0200 --- src/if_py_both.h2020-06-29 23:06:37.542877113 +0200

Patch 8.2.1092

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1092 Problem:Not checking if saving for undo succeeds. Solution: Bail out if u_savesub() returns FAIL. Files: src/textprop.c *** ../vim-8.2.1091/src/textprop.c 2020-05-30 15:31:57.858700863 +0200 --- src/textprop.c 2020-06-29 23:01:06.012146797 +0200

Patch 8.2.1091

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1091 Problem:No check if opening a pty works. Solution: Check for invalid file descriptor. Files: src/os_unix.c *** ../vim-8.2.1090/src/os_unix.c 2020-06-10 20:56:55.025354576 +0200 --- src/os_unix.c 2020-06-29 22:39:40.493045712 +0200 *** ***

Patch 8.2.1090

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1090 Problem:May use NULL pointer when skipping over name. Solution: Always set ll_name_end. Files: src/eval.c *** ../vim-8.2.1089/src/eval.c 2020-06-28 18:43:36.292992349 +0200 --- src/eval.c 2020-06-29 22:29:31.935860445 +0200 *** *** 734,740 {

Patch 8.2.1089

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1089 Problem:Coverity warns for pointer computation. Solution: Avoid computing a pointer to invalid memory. Files: src/spellfile.c *** ../vim-8.2.1088/src/spellfile.c 2020-06-03 22:15:41.331159342 +0200 --- src/spellfile.c 2020-06-29 21:54:20.697433098 +0200

Patch 8.2.1088

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1088 Problem:A very long translation might cause a buffer overflow. Solution: Trunctate the message if needed. Files: src/fileio.c *** ../vim-8.2.1087/src/fileio.c2020-06-16 20:03:38.747351038 +0200 --- src/fileio.c2020-06-29 21:28:08.859892024 +0200

Patch 8.2.1087

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1087 Problem:Possible memory leak when file expansion fails. Solution: Clear the grow array when returning FAIL. Use an error message instead of an empty string. Files: src/filepath.c *** ../vim-8.2.1086/src/filepath.c 2020-06-24 20:33:59.565106319 +0200

Patch 8.2.1086

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1086 Problem:Possibly using freed memory when text properties used when changing indent of a line. Solution: Compute the offset before calling ml_replace(). Files: src/indent.c *** ../vim-8.2.1085/src/indent.c2020-04-30 22:29:36.626024141 +0200 ---

Patch 8.2.1085

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1085 Problem:Coverity complains about ignoring dict_add() return value. Solution: Add (void). Files: src/register.c *** ../vim-8.2.1084/src/register.c 2020-06-24 20:33:59.569106308 +0200 --- src/register.c 2020-06-29 20:22:41.087229233 +0200 *** ***

Patch 8.2.1084

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1084 Problem:Lua: registering function has useless code. Solution: Remove clearing grow arrays. Files: src/userfunc.c *** ../vim-8.2.1083/src/userfunc.c 2020-06-28 18:43:36.296992324 +0200 --- src/userfunc.c 2020-06-29 20:20:12.675975886 +0200 *** ***

A latex issue involving \text

2020-06-29 Fir de Conversatie Charles Campbell
Hello: For some reason I just cannot find the email that involved the following problem: Correct syntax $math$ here $\text{(20, 25]}$ Wrong syntax here... Anyway, this is a problem with unwanted checking for matched delimiters.  I've now provided more selectivity for matching

Patch 8.2.1083

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1083 Problem:Crash when using reduce() on a NULL list. Solution: Only access the list when not NULL. Files: src/list.c, src/testdir/test_listdict.vim *** ../vim-8.2.1082/src/list.c 2020-06-27 21:17:55.359214424 +0200 --- src/list.c 2020-06-29 20:07:07.347220096 +0200

Patch 8.2.1082

2020-06-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.1082 Problem:Coverity complains about ignoring dict_add() return value. Solution: Add (void). Files: src/evalfunc.c *** ../vim-8.2.1081/src/evalfunc.c 2020-06-24 18:37:28.359249374 +0200 --- src/evalfunc.c 2020-06-29 19:54:40.777872052 +0200 *** ***

matchit problems

2020-06-29 Fir de Conversatie Charles Campbell
Hello, Christian: I see that you've picked up maintaining the matchit plugin.  I've been having problems with it recently -- problems that I didn't used to have. * I used to be able to use the % key, in vimscript, to jump between if .. elseif ..endif * I used to be able to bypass {{{3 in

Re: Is it possible to set Vim to be opened with any 'quick help' bar by default?

2020-06-29 Fir de Conversatie Rob Foehl
On Mon, 29 Jun 2020, zdo...@redhat.com wrote: currently, there is a proposal for Fedora change to make 'nano' the default editor in Fedora by setting 'EDITOR' environment variable to 'nano', There have been worse ideas... For example: So I would like to ask - is there such help bar in Vim,

Re: Is it possible to set Vim to be opened with any 'quick help' bar by default?

2020-06-29 Fir de Conversatie Christian Brabandt
On Mo, 29 Jun 2020, zdo...@redhat.com wrote: > > Hi all, > > currently, there is a proposal for Fedora change > https://lists.fedoraproject.org/archives/list/devel-annou...@lists.fedoraproject.org/thread/U5C4CC2O44E7Q4MVTT772NP667HTP25S/ > > to make 'nano' the default editor in Fedora by

Is it possible to set Vim to be opened with any 'quick help' bar by default?

2020-06-29 Fir de Conversatie zdo...@redhat.com
Hi all, currently, there is a proposal for Fedora change https://lists.fedoraproject.org/archives/list/devel-annou...@lists.fedoraproject.org/thread/U5C4CC2O44E7Q4MVTT772NP667HTP25S/ to make 'nano' the default editor in Fedora by setting 'EDITOR' environment variable to 'nano', which will