problem with a command that I didn't used to have

2021-04-24 Fir de Conversatie Charles Campbell
Hello: A heads up... I have my own script which runs latex called s:MakeLatex(early) . Note that it takes one parameter. However, recently, I run the command once and it works; the second time I get a "E118: Too many arguments for function: 127 MakeLatex . I set up a command "com! LatexFun

Patch 8.2.2808

2021-04-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.2808 Problem:Vim9: increment and decrement not sufficiently tested. Solution: Add assertions. Files: src/testdir/test_vim9_assign.vim *** ../vim-8.2.2807/src/testdir/test_vim9_assign.vim2021-04-24 19:08:20.492010301 +0200 --- src/testdir/test_vim9_assign.vim

Re: Patch 8.2.2806

2021-04-24 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Sat, Apr 24, 2021 at 7:08 PM Bram Moolenaar wrote: > > > > > > Patch 8.2.2806 > > Problem:Vim9: using "++nr" as a command might not work. > > Solution: Do not recognize "++" and "--" in a following line as addition > > or > > subtraction. > > Files:

Patch 8.2.2807

2021-04-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.2807 Problem:Build fails with tiny features. Solution: Use a dummy function for ex_incdec(). Files: src/ex_docmd.c *** ../vim-8.2.2806/src/ex_docmd.c 2021-04-24 19:08:20.488010321 +0200 --- src/ex_docmd.c 2021-04-24 20:35:54.077232268 +0200 *** ***

Re: Patch 8.2.2806

2021-04-24 Fir de Conversatie Tony Mechelynck
On Sat, Apr 24, 2021 at 7:08 PM Bram Moolenaar wrote: > > > Patch 8.2.2806 > Problem:Vim9: using "++nr" as a command might not work. > Solution: Do not recognize "++" and "--" in a following line as addition or > subtraction. > Files: src/vim9compile.c, src/ex_docmd.c,

Re: [vim/vim] [RFC] .config/vim(UNIX), AppData/Roaming/vim(Windows) directory structure (#2034)

2021-04-24 Fir de Conversatie Christian Brabandt
You can set the viminfofile option > Am 24.04.2021 um 12:37 schrieb zerdox : > >  > I guess there are workarounds for all files except .viminfo for now. > Can't wait for closing this issue. Tired of trash in my home directory > > — > You are receiving this because you are subscribed to this

Patch 8.2.2806

2021-04-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.2806 Problem:Vim9: using "++nr" as a command might not work. Solution: Do not recognize "++" and "--" in a following line as addition or subtraction. Files: src/vim9compile.c, src/ex_docmd.c, src/ex_cmds.h, src/ex_cmdidxs.h, src/vim9script.c,

Patch 8.2.2805

2021-04-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.2805 Problem:Vim9: cannot use legacy syntax in Vim9 script. Solution: Add the :legacy command. Files: src/ex_cmds.h, runtime/doc/vim9.txt, runtime/doc/index.txt src/ex_cmdidxs.h, src/ex_docmd.c, src/structs.h, src/vim9script.c, src/vim9compile.c,

Re: [patch] doc fix guioption -> guioptions

2021-04-24 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Attached is a correction in runtime/doc/usr_02.txt Thanks. -- hundred-and-one symptoms of being an internet addict: 166. You have been on your computer soo long that you didn't realize you had grandchildren. /// Bram Moolenaar -- b...@moolenaar.net --

Patch 8.2.2804

2021-04-24 Fir de Conversatie Bram Moolenaar
Patch 8.2.2804 Problem:Setting buffer local mapping with mapset() changes global mapping. Solution: Only set the local mapping. (closes #8143) Files: src/map.c, src/testdir/test_maparg.vim *** ../vim-8.2.2803/src/map.c 2021-01-03 19:51:01.396063220 +0100 --- src/map.c 2021-04-24

[patch] doc fix guioption -> guioptions

2021-04-24 Fir de Conversatie Dominique Pellé
Hi Attached is a correction in runtime/doc/usr_02.txt Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message