Patch 8.1.1523

2019-06-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.1523 Problem:Cannot show range of buffer lines in popup window. Solution: Add the "firstline" property. (closes #4523) Files: src/popupwin.c, src/structs.h, runtime/doc/popup.txt, src/testdir/test_popupwin.vim,

Re: tzset(3) calls before new localtime_r(3) calls

2019-06-12 Fir de Conversatie 'Tom Ryder' via vim_dev
Hi Bram, thanks for looking at the issue. On Wed, Jun 12, 2019 at 07:34:36PM +0200, Bram Moolenaar wrote: I would guess that localtime() always sets the variables, while localtime_r() is not guaranteed to do that. But it does NOT say that calling tzset() before localtime_r() is required to

[patch] fixed typos in vim-8.1.1522 doc

2019-06-12 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes several typos in documentation. 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

Patch 8.1.1522

2019-06-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.1522 Problem:Popup_notification() not implemented yet. Solution: Implement it. Files: src/popupwin.c, src/proto/popupwin.pro, src/evalfunc.c, src/structs.h, src/testdir/test_popupwin.vim, runtime/doc/popup.txt

Patch 8.1.1521

2019-06-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.1521 Problem:When a popup window is closed the buffer remains. Solution: Wipe out the buffer. Files: src/window.c, src/testdir/test_popupwin.vim *** ../vim-8.1.1520/src/window.c2019-06-02 16:51:18.011257964 +0200 --- src/window.c2019-06-12

Re: Advice on echom informational logging

2019-06-12 Fir de Conversatie Bram Moolenaar
Paul Jolly wrote: > > This is what popup_notification() is for. It's not implemented yet > > though. By default it shows a message for three seconds. Maybe I'll > > implement a way to close it, so you can keep it up longer. > > Thanks, Bram. > > I need these messages to appear as the

Patch 8.1.1520

2019-06-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.1520 Problem:Popup windows are ignored when dealing with mouse position. Solution: Find the mouse position inside a popup window. Allow for modeless selection. Files: src/ui.c, src/proto/ui.pro, src/popupwin.c, src/proto/popupwin.pro, src/screen.c,

Re: tzset(3) calls before new localtime_r(3) calls

2019-06-12 Fir de Conversatie Bram Moolenaar
Tom Ryder wrote: > Hello Vim developers; attached is a suggested patch for correcting > a problem I noticed with time zones and Vim's strftime() function since > v8.1.1313, with an accompanying test. > > I was not sure how best to do this portably, but I hope that the patch > description

Re: Advice on echom informational logging

2019-06-12 Fir de Conversatie Paul Jolly
> This is what popup_notification() is for. It's not implemented yet > though. By default it shows a message for three seconds. Maybe I'll > implement a way to close it, so you can keep it up longer. Thanks, Bram. I need these messages to appear as the plugin/govim.vim file is being sourced

Patch 8.1.1519

2019-06-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.1519 Problem:'backupskip' may contain duplicates. Solution: Add the P_NODUP flag. (Tom Ryder) Files: src/option.c, src/testdir/test_options.vim *** ../vim-8.1.1518/src/option.c2019-05-30 15:22:39.836174965 +0200 --- src/option.c2019-06-12 18:58:25.164129272

Re: Duplicate values in 'backupskip'

2019-06-12 Fir de Conversatie Bram Moolenaar
Tom Ryder wrote: > Hello Vim developers; attached is a patch to apply the P_NODUP flag to > the 'backupskip' option to prevent duplicate paths being added to it, > and a test for the same. I'll include it, thanks! -- hundred-and-one symptoms of being an internet addict: 159. You get

Re: Advice on echom informational logging

2019-06-12 Fir de Conversatie Bram Moolenaar
Paul Jolly wrote: > Hi all, > > I would like to kindly ask for some advice on how to do informational > logging in Vim. > > When govim (https://github.com/myitcv/govim) starts up, it checks > whether it needs to "go install" a new version of the Go part of the > plugin, as well as gopls (the

Advice on echom informational logging

2019-06-12 Fir de Conversatie Paul Jolly
Hi all, I would like to kindly ask for some advice on how to do informational logging in Vim. When govim (https://github.com/myitcv/govim) starts up, it checks whether it needs to "go install" a new version of the Go part of the plugin, as well as gopls (the LSP server). In order to keep the

tzset(3) calls before new localtime_r(3) calls

2019-06-12 Fir de Conversatie 'Tom Ryder' via vim_dev
Hello Vim developers; attached is a suggested patch for correcting a problem I noticed with time zones and Vim's strftime() function since v8.1.1313, with an accompanying test. I was not sure how best to do this portably, but I hope that the patch description and the diff that corrects the

Duplicate values in 'backupskip'

2019-06-12 Fir de Conversatie 'Tom Ryder' via vim_dev
Hello Vim developers; attached is a patch to apply the P_NODUP flag to the 'backupskip' option to prevent duplicate paths being added to it, and a test for the same. -- Tom Ryder -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your