Christian Brabandt
Christian Brabandt
``` $ vim --servername vim123 --remote-expr "execute('silent! echo l:nonexistent')" E121: Undefined variable: l:nonexistent ``` That looks like a bug. > Or would you say that the plugin should be using...
when doing the asan build, please do a make clean first. It should then find the references from a clean build. The valgrind output just points to some possible leaks...
Yes, I meant using Athena or Motif or GTK3
Please verify with an up to date version.
what is the status of this one please? Can you please rebase?
@Shougo are you still working on this?
yeah, if you still think this is useful, let's update the PR and I'll have a closer look. I am also wondering whether we should call it `copy()` or `cp()`...
I think this is expected (more or less): `:h search()` says this about the Skip expression: > If the {skip} expression is given it is evaluated with the cursor positioned...
That's what I have been saying, you cannot place the cursor there. Well, internally the search() function places the cursor there, but it detects that the cursor is on the...
well, pattern start should always work, pattern end should work with the `e` flag for the search() function. Your problem I think is specifically, that Vim does validate the cursor...