Re: !command error when buffer is split

2018-03-31 Fir de Conversatie Tony Mechelynck
On Sun, Apr 1, 2018 at 1:07 AM, Dominique Pellé wrote: > Blay263 wrote: > >> Sorry so you can open a file xxx.py and then :sp .then run :!python %.(with >> the guioption=!) > > I can't reproduce it. Can you give an automated way to be > less ambiguous? I tried this without success: > > $ vim -

Re: !command error when buffer is split

2018-03-31 Fir de Conversatie Dominique Pellé
Blay263 wrote: > Sorry so you can open a file xxx.py and then :sp .then run :!python %.(with > the guioption=!) I can't reproduce it. Can you give an automated way to be less ambiguous? I tried this without success: $ vim -u NONE -c 'set guioption=!' foo.py -c '!python %' Regards Dominique

Re: !command error when buffer is split

2018-03-31 Fir de Conversatie Blay263
Sorry so you can open a file xxx.py and then :sp .then run :!python %.(with the guioption=!) -- -- 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 re

Re: Patch to refactor the ex_helpgrep() function in quickfix.c

2018-03-31 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Mar 31, 2018 at 1:49 PM, Bram Moolenaar wrote: > > Yegappan wrote: > >> The ex_helpgrep() function in quickfix.c file is too long. I am attaching >> a patch to refactor this function. This patch doesn't introduce any >> new functionality. > > Is this the same as in pull request #

Re: Patch to refactor the ex_helpgrep() function in quickfix.c

2018-03-31 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > The ex_helpgrep() function in quickfix.c file is too long. I am attaching > a patch to refactor this function. This patch doesn't introduce any > new functionality. Is this the same as in pull request #2766? -- Warning label on a superhero Halloween costume: "Caution: Cape do

Re: !command error when buffer is split

2018-03-31 Fir de Conversatie Bram Moolenaar
> I am getting the infamous "e315: ml_get: invalid lnum:" > When I run the command ":!python %" and there are multiple splits in the > buffer or python produces graphs etc.It works fine otherwise. > > I started getting the above after Patch 8.0.1616 > > I also reproduced the error with just "se

How to avoidcrash for vim build with dynamic python36.dll feature

2018-03-31 Fir de Conversatie Ni Va
Hi, This is an extract of gvim.exe 8.0.1655 64bits ver Under Windows. ON -DDYNAMIC_PYTHON_DLL=\"python27.dll\" -DFEAT_PYTHON3 -DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"python36.dll\" and _vimrc content set pythonthreehome=c:/ThirdParty/Python36 Both if pythonthreehome is not set or the dire