Bram Moolenaar
Bram Moolenaar
> > I wonder what happens when calling setcmdline() while in custom completion. > > What means the `custom completion`? > It is command custom completion? To add tests, I...
A few review comments (sorry it took a while): - please use the same formatting as for other functions (function return type goes on a separate line) - help says...
> > help says returning FALSE or TRUE, but it looks like it's returning > > one and zero > > yes, but it is the same behavior with `setcmdpos()`....
I cannot reproduce it. Can you build with debugging info and have it crash under valgrind?
> I tried run with `valgrind`. Here is the result. > > ``` > (out of docker) > $ docker run -it --rm --entrypoint bash vim:crash > (bash in docker)...
This POC is no good. It does command line completion on "m", thus it depends what files happen to be in the current directory. There is also a "no" command,...
With the 1.vim file I cannot reproduce the problem under valgrind. From your description I guess that the end of the Visual area b_visual.vi_end is not a valid position. If...
Can you give more info about why ShellCmdPre would do what you need?
I'm afraid I do not understand. If you use job_start() you won't need an autocmd, you can execute commands right there. If you use a terminal window. shell commands started...
Well, after this change it leaves the LINGUAS file behind. The documentation isn't very clear, but it seems that the file can't be given another name, so that we would...