Matthew Malcomson

Results 25 issues of Matthew Malcomson

I would like to open a buffer restricted to a given project (as the way to "jump" to that project -- once I've changed dir to that project root the...

I may be missing something obvious, but AFAIU `` and `` are the same mapping, so having two different operations on them doesn't work. `:echo "\" == "\"` gives `1`...

My use case is that I sometimes open up a few files in some other project to make a small change or view what's going on, then after a while...

With the default bindings for `move` text object motions. Opening a buffer with the below text: ``` /* comment before function */ int main (void) { ; return 0; }...

bug

### Problem With the below source file, between neovim 0.6 and neovim 0.11 something changed in the legacy python implementation so that the`vim.funcs.match` call with a NULL byte in it...

bug
vimscript
rpc