Alex Masterov
Results
2
issues of
Alex Masterov
Hello I get this annoying prompt often with `javascript` filetype: ```js // const fn = () => {}; // const fn2 = () => {}; ``` If I press `2gcc`...
Hello 😃 I get the error: ```sh Error executing lua callback: [string ":lua"]:1: Vim(call):E16: Invalid range: call s:RemoveRange(a:start, a:end - 1) ``` How to reproduce: ```vim function! ReverseLines() range let...