Re: [vim/vim] Port the support for key in map commands to execute commands without changing modes from Neovim (#7282)

2020-11-12 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Nov 12, 2020 at 1:43 PM lacygoill wrote: > Also, while it's true that can replace : in visual mode, in > practice, you'll probably want to press before, so that the visual > marks are set; at least, if your code refers to the visual marks. That was > done automatically with :, but

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Bram Moolenaar
Dominique wrote: > Yegappan Lakshmanan wrote: > > > Hi Bram, > > > > On Thu, Nov 12, 2020 at 9:08 AM Bram Moolenaar wrote: > >> > >> > >> I wrote: > >> > >> > Patch 8.2.1978 > >> > Problem:Making a mapping work in all modes is complicated. > >> > Solution: Add the special key. (Yegappa

Patch 8.2.1980

2020-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.1980 Problem:Vim9: some tests are not done at the script level. Solution: Use CheckDefAndScriptSuccess() in more places. Fix uncovered problems. Files: src/eval.c, src/list.c, src/scriptfile.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.1979/src/

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Nov 12, 2020 at 9:39 AM Dominique Pellé wrote: > Yegappan Lakshmanan wrote: > > > Hi Bram, > > > > On Thu, Nov 12, 2020 at 9:08 AM Bram Moolenaar > wrote: > >> > >> > >> I wrote: > >> > >> > Patch 8.2.1978 > >> > Problem:Making a mapping work in all modes is complicated. > >> >

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Dominique Pellé
Yegappan Lakshmanan wrote: > Hi Bram, > > On Thu, Nov 12, 2020 at 9:08 AM Bram Moolenaar wrote: >> >> >> I wrote: >> >> > Patch 8.2.1978 >> > Problem:Making a mapping work in all modes is complicated. >> > Solution: Add the special key. (Yegappan Lakshmanan, closes #7282, >> >

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Thu, Nov 12, 2020 at 9:08 AM Bram Moolenaar wrote: > > I wrote: > > > Patch 8.2.1978 > > Problem:Making a mapping work in all modes is complicated. > > Solution: Add the special key. (Yegappan Lakshmanan, closes > #7282, > > closes 4784, based on patch by Bjorn Lin

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 8.2.1978 > Problem:Making a mapping work in all modes is complicated. > Solution: Add the special key. (Yegappan Lakshmanan, closes #7282, > closes 4784, based on patch by Bjorn Linse) > Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, >

Patch 8.2.1979

2020-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.1979 Problem:"term_opencmd" option of term_start() is truncated. (Sergey Vlasov) Solution: Allocate the buffer to hold the command. (closes #7284) Files: src/terminal.c, src/testdir/test_terminal.vim *** ../vim-8.2.1978/src/terminal.c 2020-11-12 14:20:32.02

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Christian Brabandt
On Do, 12 Nov 2020, Maxim Kim wrote: > Sorry, pic was lost: https://i.imgur.com/UhwfRfc.png Vim syntax script updates are usually separate and will be updated with a later runtime files update. Best, Christian -- "Sei nicht ungeduldig, wenn man deine Argumente nicht gelten lässt."

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Maxim Kim
Sorry, pic was lost: https://i.imgur.com/UhwfRfc.png -- -- 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 message because you are subs

Re: Patch 8.2.1978

2020-11-12 Fir de Conversatie Maxim Kim
is not highlighted in vimscript: четверг, 12 ноября 2020 г. в 16:22:44 UTC+3, Bram Moolenaar: > > Patch 8.2.1978 > Problem: Making a mapping work in all modes is complicated. > Solution: Add the special key. (Yegappan Lakshmanan, closes #7282, > closes 4784, based on patch by Bjorn Linse) > F

Patch 8.2.1978

2020-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.1978 Problem:Making a mapping work in all modes is complicated. Solution: Add the special key. (Yegappan Lakshmanan, closes #7282, closes 4784, based on patch by Bjorn Linse) Files: runtime/doc/autocmd.txt, runtime/doc/eval.txt, runtime/doc/map.txt, s

Patch 8.2.1977

2020-11-12 Fir de Conversatie Bram Moolenaar
Patch 8.2.1977 Problem:Vim9: error for using a string in a condition is confusing. Solution: Give a more specific error. Also adjust the compile time type checking for || and &&. Files: src/vim9compile.c, src/vim9execute.c, src/proto/vim9execute.pro, src/typval