Re: [vim/vim] add support for focusing in popup (#7555)

2020-12-29 Fir de Conversatie Maxim Kim
понедельник, 28 декабря 2020 г. в 11:40:02 UTC+3, lacygoill: > > What they need is not the ability to focus *any* popup. They need to > focus *one* extra popup window below or above a popup menu displaying the > needle(s). It would be 1 line high, and as wide as the popup menu. It would >

Patch 8.2.2246

2020-12-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2246 Problem:Cursor keys not recognized at the hit-Enter prompt after executing an external command. Solution: Change the codes for the extra cursor keys. (closes #7562) Tune the delays to avoid test flakyness. Files: runtime/doc/term.txt, src/term.c,

Re: [gvim] Multi-item is not incorrectly applied

2020-12-29 Fir de Conversatie Christian Brabandt
On Di, 29 Dez 2020, 'hebar...@googlemail.com' via vim_dev wrote: > Thanks for looking into this! > Although this is a work-around, it helps... I proposed some changes here: https://github.com/vim/vim/pull/7572 Best, Christian -- Als ich geboren wurde, war ich noch sehr jung.

Re: [gvim] Multi-item is not incorrectly applied

2020-12-29 Fir de Conversatie 'hebar...@googlemail.com' via vim_dev
Thanks for looking into this! Although this is a work-around, it helps... On Tuesday, December 29, 2020 at 5:26:36 PM UTC+1 cbl...@256bit.org wrote: > > On Di, 29 Dez 2020, Christian Brabandt wrote: > > > > > On Di, 29 Dez 2020, 'hebar...@googlemail.com' via vim_dev wrote: > > > > >

Patch 8.2.2245

2020-12-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2245 Problem:Vim9: return value of winrestcmd() cannot be executed. Solution: Put colons before each range. (closes #7571) Files: src/evalwindow.c, src/testdir/test_vim9_builtin.vim *** ../vim-8.2.2244/src/evalwindow.c2020-09-22 21:55:16.214978662 +0200 ---

Re: [vim/vim] Force help to open in current window. (#7534)

2020-12-29 Fir de Conversatie Charles Campbell
Pavol Juhas wrote: I think this can work without opening/closing help, the trick is to set buftype=help. Also :view is preferable so that the main help file opens as read-only. $ vim :view `=` :setlocal buftype=help :help grail As a command, and using a modified method:   com! -nargs=+ HE

Re: [gvim] Multi-item is not incorrectly applied

2020-12-29 Fir de Conversatie Christian Brabandt
On Di, 29 Dez 2020, Christian Brabandt wrote: > > On Di, 29 Dez 2020, 'hebar...@googlemail.com' via vim_dev wrote: > > > [[:upper:]]*\{2,}* is not correctly applied, resulting in not finding what > > is searched for... > > > > Please refer to the below text fragment: > >

Re: [gvim] Multi-item is not incorrectly applied

2020-12-29 Fir de Conversatie Christian Brabandt
On Di, 29 Dez 2020, 'hebar...@googlemail.com' via vim_dev wrote: > [[:upper:]]*\{2,}* is not correctly applied, resulting in not finding what > is searched for... > > Please refer to the below text fragment: > -- > "

Re: [vim/vim] Terminal left in normal mode when execuiting interactive shell command from auto command (#7562)

2020-12-29 Fir de Conversatie Bram Moolenaar
I wrote: > > In xterm, the terminal option `'t_RV'` needs to be cleared to reproduce the > > issue. Run this shell command > > > > vim -Nu NONE -S <(cat <<'EOF' > > set t_RV= > > call writefile([], '/tmp/somefile') > > autocmd QuickFixCmdPost * !less /tmp/somefile

Re: Updated French translation.

2020-12-29 Fir de Conversatie Bram Moolenaar
Dominique wrote: > > Please find an updated version of the French translation > > file: src/po/fr.po. > > > > I must admit that I did not translate all messages: there > > were so many of them to update that I got tired. But at > > least more messages are translated and I will have less > >

Patch 8.2.2244

2020-12-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2244 Problem:Crash when making the window width of the not-current window negative. Solution: Make sure the window width is not negative. (closes #7568) Files: src/window.c, src/testdir/test_window_cmd.vim *** ../vim-8.2.2243/src/window.c2020-12-28

[gvim] Multi-item is not incorrectly applied

2020-12-29 Fir de Conversatie 'hebar...@googlemail.com' via vim_dev
[[:upper:]]*\{2,}* is not correctly applied, resulting in not finding what is searched for... Please refer to the below text fragment: -- " Version: GVim 8.2.2148 " OS: Windows 7, 64-bit " Test pattern 05. ПЕСНЯ О

Patch 8.2.2243

2020-12-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2243 Problem:Crash when popup mask contains zeroes. Solution: Check boundaries properly. (closes #7569) Files: src/popupwin.c, src/testdir/test_popupwin.vim *** ../vim-8.2.2242/src/popupwin.c 2020-12-12 18:17:46.463804077 +0100 --- src/popupwin.c 2020-12-29

Re: Updated French translation.

2020-12-29 Fir de Conversatie Christian Brabandt
On Di, 29 Dez 2020, Dominique Pellé wrote: > I must admit that I did not translate all messages: there > were so many of them to update that I got tired. But at > least more messages are translated and I will have less > work next time to complete the translation. I have been through this.

Patch 8.2.2242

2020-12-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2242 Problem:Vim9: line continuation with bar does not work at script level. Solution: Check for Vim9 script. Files: src/structs.h, src/ex_docmd.c, src/userfunc.c, src/scriptfile.c, src/testdir/test_vim9_cmd.vim *** ../vim-8.2.2241/src/structs.h

Maintenance window for hg.256bit.org

2020-12-29 Fir de Conversatie Christian Brabandt
Hi, my personal server will have it's OS upgraded tomorrow. This means, that the mercurial bridge may stop to work, as well as forwarding the github mails. Sorry, I cannot provide more precise timings. Hopefully, everything works smooth and there won't be any delays in either of those. Best,