Patch 8.1.1362

2019-05-20 Fir de Conversatie Bram Moolenaar
Patch 8.1.1362 Problem:Code and data in tests can be hard to read. Solution: Use the new heredoc style. (Yegappan Lakshmanan, closes #4400) Files: src/testdir/test_autocmd.vim, src/testdir/test_balloon.vim, src/testdir/test_bufline.vim, src/testdir/test_cindent.vim,

Re: [patch] Fixed typo in some documents.

2019-05-20 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I've attached a fix patch for the document. > > Detail: > > eval.txt > - L3510: The empty string check method is not correct. > - L11034: typo. s/are are/are/ > > gui.txt > - L1049: Remove unnecessary whitespace at the end of line. > - L1115: BALTIC is duplicated. >

Patch 8.1.1361

2019-05-20 Fir de Conversatie Bram Moolenaar
Patch 8.1.1361 Problem:Python setuptools don't work with Python 3. Solution: Add dummy implementation for find_module. (Joel Frederico, closes #4402, closes #3984 Files: src/if_py_both.h *** ../vim-8.1.1360/src/if_py_both.h2019-05-18 15:02:20.966415938 +0200 --- src/i

[bug] Session file does not restore correct current window on each tab page

2019-05-20 Fir de Conversatie Jason Franklin
When restoring a session that has multiple tab pages, the current window for each tab page is not restored as expected. The new test below currently fails but should pass: diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index bc41396..80bedfc 100644 --- a/src/testdir

Re: Patch 8.1.1299

2019-05-20 Fir de Conversatie Bram Moolenaar
> > Solution: Only use the "extends" character when 'list' is on. (Hirohito > > Higashi, closes #4360) > > This change may be consistent, but is it helpful? It was a bit of a mistake to add these items in 'listchars', we are correcting that now. > It seems to me that extends an

Re: popup window design

2019-05-20 Fir de Conversatie Paul Jolly
Hi Bram, I'm certainly not as close to the details as you or others so won't opine on the pros or cons of buffer vs text properties. The one thing I'll point out with respect to govim and gopls is that it's likely we'll get back markdown or some other form of markup for, say, documentation. Now i

Patch 8.1.1360

2019-05-20 Fir de Conversatie Bram Moolenaar
Patch 8.1.1360 (after Patch 8.1.1345) Problem:Buffer left 'nomodifiable' after :substitute. (Ingo Karkat) Solution: Save the value of 'modifiable' earlier' (Christian Brabandt, closes #4403) Files: src/ex_cmds.c, src/testdir/test_substitute.vim *** ../vim-8.1.1359/src/ex_

Re: Patch 8.1.1299

2019-05-20 Fir de Conversatie Gary Johnson
On 2019-05-20, Antony Scriven wrote: > Hi! > > > Solution: Only use the "extends" character when 'list' is on. (Hirohito > > Higashi, closes #4360) > > This change may be consistent, but is it helpful? > > It seems to me that extends and precedes provide basic UI > feedback akin

Re: Patch 8.1.1299

2019-05-20 Fir de Conversatie Tony Mechelynck
On Mon, May 20, 2019 at 1:31 PM Antony Scriven wrote: > > Hi! > > > Solution: Only use the "extends" character when 'list' is on. (Hirohito > > Higashi, closes #4360) > > This change may be consistent, but is it helpful? > > It seems to me that extends and precedes provide basic UI

Re: popup window design

2019-05-20 Fir de Conversatie Bram Moolenaar
> What about implement both of them and give them two different names ? > > First, implement the list of lines, the api design( > https://github.com/vim/vim/blob/957f85d54ebd5a3bd0d930de9603190f0876f977/runtime/doc/popup.txt) > is very simple and clear, it requires less work and can give us so

Re: Patch 8.1.1299

2019-05-20 Fir de Conversatie Antony Scriven
Hi! > Solution: Only use the "extends" character when 'list' is on. (Hirohito > Higashi, closes #4360) This change may be consistent, but is it helpful? It seems to me that extends and precedes provide basic UI feedback akin to a scrollbar or the 'display' option, rather than dis

Re: [patch] Fixed typo in some documents.

2019-05-20 Fir de Conversatie h_east
I update a patch. gui.txt - s/VIETNAMESE ANSI/VIETNAMESE/ -- Best regards, Hirohito Higashi (h_east) -- -- 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 --