Re: Patch 8.1.0078

2018-06-19 Fir de Conversatie Tony Mechelynck
On Wed, Jun 20, 2018 at 5:59 AM, Ken Takata wrote: > Hi Bram, > > 2018/6/19 Tue 21:24:20 UTC+9 Bram Moolenaar wrote: >> Patch 8.1.0078 >> Problem:"..." used inconsistently in messages. >> Solution: Drop the space before " ...". >> Files:src/spellfile.c, src/regexp_nfa.c > > One

Re: Patch 8.1.0078

2018-06-19 Fir de Conversatie Ken Takata
Hi Bram, 2018/6/19 Tue 21:24:20 UTC+9 Bram Moolenaar wrote: > Patch 8.1.0078 > Problem:"..." used inconsistently in messages. > Solution: Drop the space before " ...". > Files:src/spellfile.c, src/regexp_nfa.c One more fix is needed: --- a/src/regexp_nfa.c +++

Patch 8.1.0089

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0089 Problem:error when ending the terminal debugger Solution: Fix deleting defined signs for breakpoints. Make the debugger work better on MS-Windows. Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim ***

Re: Patch 8.1.0083

2018-06-19 Fir de Conversatie Gary Johnson
On 2018-06-19, Gary Johnson wrote: > Mary had a little lamb. > She said, "Hey there, lamb!" > It's fleece was white. It's -> Its Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Patch 8.1.0083

2018-06-19 Fir de Conversatie Gary Johnson
On 2018-06-19, Bram Moolenaar wrote: > Patch 8.1.0083 > Problem:"is" and "as" have trouble with quoted punctuation. > Solution: Check for punctuation before a quote. (Jason Franklin) > Files:src/search.c, src/testdir/test_textobjects.vim This is very nice. Thank you. With this

Re: [patch] Fix bug with "CTRL-W " quickfix window command

2018-06-19 Fir de Conversatie Bram Moolenaar
Jason Franklin wrote: > Just a friendly ping. Checking to see if you've had a chance to peek > at this change. I have added it to the todo list. -- >From "know your smileys": :-HIs missing teeth /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 8.1.0088

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0088 Problem:Terminal test for stdout and stderr is a bit flaky. Solution: Wait for both stdout and stderr to have been processed. (Ozaki Kiichi, closes #2991) Files: src/testdir/test_terminal.vim *** ../vim-8.1.0087/src/testdir/test_terminal.vim

Patch 8.1.0087

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0087 Problem:v:shell_error is always zero when using terminal for "!cmd". Solution: Use "exitval" of terminal-job. (Ozaki Kiichi, closes #2994) Files: src/os_unix.c, src/os_win32.c, src/proto/terminal.pro, src/terminal.c, src/testdir/test_terminal.vim ***

Re: [patch] Fix bug with "CTRL-W " quickfix window command

2018-06-19 Fir de Conversatie Jason Franklin
Hey Bram, Just a friendly ping. Checking to see if you've had a chance to peek at this change. Thanks, Jason -- -- 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

Patch 8.1.0086

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0086 Problem:No tests for libcall() and libcallnr(). Solution: Add tests. (Dominique Pelle, closes #2982) Files: src/testdir/test_functions.vim *** ../vim-8.1.0085/src/testdir/test_functions.vim 2018-05-22 20:35:13.554009274 +0200 --- src/testdir/test_functions.vim

Patch 8.1.0085

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0085 Problem:No test for completing user name and language. Solution: Add tests. (Dominique Pelle, closes #2978) Files: src/testdir/test_cmdline.vim *** ../vim-8.1.0084/src/testdir/test_cmdline.vim2018-05-22 16:58:43.979903077 +0200 ---

Patch 8.1.0084

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0084 Problem:User name completion does not work on MS-Windows. Solution: Use NetUserEnum() to get user names. (Yasuhiro Matsumoto) Files: src/Make_ivc.mak, src/Make_cyg_ming.mak, src/Make_mvc.mak, src/misc1.c *** ../vim-8.1.0083/src/Make_ivc.mak2016-07-19

Patch 8.1.0083

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0083 Problem:"is" and "as" have trouble with quoted punctuation. Solution: Check for punctuation before a quote. (Jason Franklin) Files: src/search.c, src/testdir/test_textobjects.vim *** ../vim-8.1.0082/src/search.c2018-05-22 17:50:38.679980719 +0200 ---

Patch 8.1.0082

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0082 Problem:In terminal window, typing : at more prompt, inserts ':' instead of starting another Ex command. Solution: Add skip_term_loop and set it when putting ':' in the typeahead buffer. Files: src/globals.h, src/main.c, src/message.c ***

Patch 8.1.0081

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0081 Problem:The terminal debugger doesn't adjust to changed 'background'. Solution: Add an OptionSet autocommand. (Christian Brabandt) Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim *** ../vim-8.1.0080/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim

Patch 8.1.0080

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0080 Problem:Can't see the breakpoint number in the terminal debugger. Solution: Use the breakpoint number for the sign. (Christian Brabandt) Files: runtime/doc/terminal.txt, runtime/pack/dist/opt/termdebug/plugin/termdebug.vim ***

Patch 8.1.0079

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0079 Problem:Superfluous space in messages. Solution: Remove the spaces. (closes #3030) Files: src/gui_w32.c *** ../vim-8.1.0078/src/gui_w32.c 2018-05-17 13:57:00.0 +0200 --- src/gui_w32.c 2018-06-19 14:38:12.006094737 +0200 *** ***

Patch 8.1.0078

2018-06-19 Fir de Conversatie Bram Moolenaar
Patch 8.1.0078 Problem:"..." used inconsistently in messages. Solution: Drop the space before " ...". Files: src/spellfile.c, src/regexp_nfa.c *** ../vim-8.1.0077/src/spellfile.c 2018-04-08 12:52:47.0 +0200 --- src/spellfile.c 2018-06-19 14:17:05.329080012 +0200

Re: Command started with : seems to not be displayed properly

2018-06-19 Fir de Conversatie Bram Moolenaar
Jason - > That seems to fix my problem. Thanks, Bram! > > The cursor still "flickers" quite a bit. Is that to be expected with a job > that requires so much redrawing of the terminal window? I think that's unavoidable. The cursor always shows where text is being drawn. To avoid it shooting

Re: [vim/vim] langremap doesn't work for Cyrillic letters (#3018)

2018-06-19 Fir de Conversatie Tony Mechelynck
On Tue, Jun 19, 2018 at 11:42 AM, Christian Brabandt wrote: > Hm, the macro that is responsible for the langmap feature is LANGMAP_ADJUST. > I noticed it works on single bytes, e.g. what is in the input queue buffer. > However the cyrillic character о ('о' U+043E Dec:1086 CYRILLIC SMALL LETTER >