Patch 8.1.1312

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1312 Problem:Coverity warning for using uninitialized variable. Solution: Clear exarg_T. Files: src/quickfix.c, src/channel.c, src/ex_cmds2.c *** ../vim-8.1.1311/src/quickfix.c 2019-05-05 21:00:22.854603956 +0200 --- src/quickfix.c 2019-05-09 21:45:56.322005593

Patch 8.1.1311

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1311 Problem:Aborting an autocmd with an exception is not tested. Solution: Add a test. Also shows how to abort a command by throwing an exception. Files: src/testdir/test_autocmd.vim *** ../vim-8.1.1310/src/testdir/test_autocmd.vim2019-04-25

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 09 Mai 2019, Bram Moolenaar wrote: > > > Patch 8.1.1307 > > Problem:Cannot reconnect to the X server after it restarted. > > Solution: Add the :xrestore command. (Adrian Kocis, closes #844) > > Files: runtime/doc/index.txt, runtime/doc/various.txt, > >

Patch 8.1.1310

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1310 Problem:Named function arguments are never optional. Solution: Support optional function arguments with a default value. (Andy Massimino, closes #3952) Files: runtime/doc/eval.txt, src/structs.h, src/testdir/test_user_func.vim, src/userfunc.c

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie Christian Brabandt
On Do, 09 Mai 2019, tooth pik wrote: > i get a weird error when i try to git pull this patch > > Updating eae1b91fe..a6c27c47d > error: Your local changes to the following files would be overwritten by > merge: > runtime/gvim.desktop > runtime/vim.desktop > Please commit your

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie Christian Brabandt
On Do, 09 Mai 2019, Bram Moolenaar wrote: > Patch 8.1.1307 > Problem:Cannot reconnect to the X server after it restarted. > Solution: Add the :xrestore command. (Adrian Kocis, closes #844) > Files:runtime/doc/index.txt, runtime/doc/various.txt, > src/os_unix.c, Is this

Patch 8.1.1309

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1309 (after 8.1.1308) Problem:Test for Normal highlight fails on MS-Windows GUI. Solution: Skip the test for MS-Windows GUI. Files: src/testdir/test_highlight.vim *** ../vim-8.1.1308/src/testdir/test_highlight.vim 2019-05-09 19:26:34.132388790 +0200 ---

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie Bram Moolenaar
> i get a weird error when i try to git pull this patch > > Updating eae1b91fe..a6c27c47d > error: Your local changes to the following files would be overwritten by > merge: > runtime/gvim.desktop > runtime/vim.desktop > Please commit your changes or stash them before you

Re: Wrong message E764 in Windows 10

2019-05-09 Fir de Conversatie Antonio Giovanni Colombo
Hi Jürgen, > Is at least one directory in you runtimepath writable? As far as I can tell, they should all be writable (I usually start Vim from an Administrator cmd session). As a matter of fact, "zg" worked fine at least up to March 20. I update regularly Vim, through the nightly distribution

Re: Patch 8.1.1308

2019-05-09 Fir de Conversatie tooth pik
i can't git pull this one either -- still with the runtime/vim.desktop and runtime/gvim.desktop On Thu, May 9, 2019 at 12:26 PM Bram Moolenaar wrote: > > > Patch 8.1.1308 > Problem:The Normal highlight is not defined when compiled with GUI. > Solution: Always define Normal. (Christian

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie Tony Mechelynck
On Thu, May 9, 2019 at 7:22 PM tooth pik wrote: > > i get a weird error when i try to git pull this patch > > Updating eae1b91fe..a6c27c47d > error: Your local changes to the following files would be overwritten by > merge: > runtime/gvim.desktop > runtime/vim.desktop > Please

Patch 8.1.1308

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1308 Problem:The Normal highlight is not defined when compiled with GUI. Solution: Always define Normal. (Christian Brabandt, closes #4072) Files: runtime/doc/syntax.txt, src/syntax.c, src/testdir/test_highlight.vim *** ../vim-8.1.1307/runtime/doc/syntax.txt

Re: Patch 8.1.1307

2019-05-09 Fir de Conversatie tooth pik
i get a weird error when i try to git pull this patch Updating eae1b91fe..a6c27c47d error: Your local changes to the following files would be overwritten by merge: runtime/gvim.desktop runtime/vim.desktop Please commit your changes or stash them before you merge. Aborting On Thu,

Patch 8.1.1307

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1307 Problem:Cannot reconnect to the X server after it restarted. Solution: Add the :xrestore command. (Adrian Kocis, closes #844) Files: runtime/doc/index.txt, runtime/doc/various.txt, src/os_unix.c, src/proto/os_unix.pro, src/globals.h, src/ex_cmds.h,

Patch 8.1.1306

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1306 Problem:Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) Files: .gitignore, .hgignore, Filelist, runtime/doc/debug.txt,

Patch 8.1.1305

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1305 Problem:There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes #2875) Files: runtime/doc/eval.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/testdir/Make_all.mak,

Patch 8.1.1304

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1304 Problem:MS-Windows: compiler warning for unused value. Solution: Adjust #ifdefs. (Ken Takata, closes #4363) Files: src/gui.c *** ../vim-8.1.1303/src/gui.c 2019-04-28 19:46:17.026060122 +0200 --- src/gui.c 2019-05-09 14:14:23.790938916 +0200 *** ***

Patch 8.1.1303

2019-05-09 Fir de Conversatie Bram Moolenaar
Patch 8.1.1303 Problem:Not possible to hide a balloon. Solution: Hide the balloon when balloon_show() is called with an empty string or list. Add balloon_gettext(). Files: src/evalfunc.c, src/popupmnu.c, src/gui_beval.c, src/gui_w32.c, src/beval.h,

Re: Patch 8.1.1290

2019-05-09 Fir de Conversatie Bram Moolenaar
James McCoy wrote: > On Tue, May 07, 2019 at 09:49:08PM +0200, Bram Moolenaar wrote: > > > > Patch 8.1.1290 > > Problem:.hgignore and .gitignore are either distributed or in git, not > > both. > > Solution: Add .gitignore to the distribution and .hgignore to git. Update > >

Re: Window-local and Tab-local previous directories?

2019-05-09 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > > > When you change the directory using the :cd or :tcd or :lcd commands, > > > the previous directory is remembered. You can change to this > > > directory, by passing "-" as the directory name to these commands. > > > > > > Currently only a single previous directory is

Re: Wrong message E764 in Windows 10

2019-05-09 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi Antonio, Antonio Giovanni Colombo schrieb am 08.05.2019 um 21:17: > > it turns out that executing the same commands on the same file on the same PC, > using Windows Vim and using Ubuntu Vim, Vim does exactly the same things, but > in > one case the message E764 is issued (Windows), while in