Re: [vim/vim] backtick-equals expansion doesn't work when sending command to shell (#7952)

2021-03-11 Fir de Conversatie Gary Johnson
On 2021-03-11, AvianY wrote: > I may be mistaken, but there doesn't seem to be any = command in the shell. > There is also no semantic meaning of an `= command ` in the shell. So this > doesn't appear to be a problem. > what am I missing still? No, there is no = command, at least not in bash. Are

Patch 8.2.2590

2021-03-11 Fir de Conversatie Bram Moolenaar
Patch 8.2.2590 Problem:Vim9: default argument value may cause internal error. Solution: Hide later function arguments when compiling the expression. (closes #7948) Files: src/vim9compile.c, src/testdir/test_vim9_func.vim *** ../vim-8.2.2589/src/vim9compile.c 2021-03-10

Re: [vim/vim] backtick-equals expansion doesn't work when sending command to shell (#7952)

2021-03-11 Fir de Conversatie Gary Johnson
On 2021-03-11, AvianY wrote: > Thank you for your response, but I still think that this is something that > doesn't make sense to not be working. What you described seems more like a > workaround to an otherwise sensibly-looking solution (what I proposed) A problem with what you propose is that `

Re: [vim/vim] backtick-equals expansion doesn't work when sending command to shell (#7952)

2021-03-11 Fir de Conversatie Gary Johnson
On 2021-03-11, AvianY wrote: > if that is the case, then consider this a feature request as this is quite > limiting at the moment So use ^R (Ctrl-R) instead. :!echo ^R=getline(".") See :help c_CTRL-R= Regards, Gary -- -- You received this message from the "vim_dev" maillist. Do not

Re: [vim/vim] Please document the hidden g:markdown_folding option. (#7945)

2021-03-11 Fir de Conversatie Maxim Kim
четверг, 11 марта 2021 г. в 19:29:59 UTC+3, Bram Moolenaar: > I think something like this would be sufficient: > > MARKDOWN *ft-markdown-plugin* > > To enable folding use this: > > let g:markdown_folding = 1 > < > > It implies that to disable it one has to do: let g:markdown_folding = 0 But