-
``` diff
diff --git a/src/eval.c b/src/eval.c
index 76860b8..a2400fa 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -6183,7 +6183,8 @@ tv_equal(
static int recursive_cnt = 0; /* catch recursive…
mattn updated
8 years ago
-
I upgraded from 0.2.9 today and it broke class generation. when trying to instantiate a class, I get the error
```
E117: Unknown function: s:SID
E116: Invalid arguments for function function('' . s:S…
-
I have been having this issue with both [Portkey](https://github.com/dsawardekar/portkey/issues/9) and [WordPress.vim](https://github.com/dsawardekar/wordpress.vim/issues/12). I initially thought this…
-
Maybe we should use external command to find directory instead of viml itself?
-
This chunk from my `.vimrc` causes `python3 py/vimlparser.py ~/.vimrc` to error out on my system.
Since this didn't show up in my initial search for VimL parsers for Python, I started work on a Vim…
-
### Neovim version (nvim -v)
NVIM v0.6.0-dev+142-g5a111c1b0
### Vim (not Nvim) behaves the same?
no, vim doesn't support nvim-treesitter
### Operating system/version
Microsoft Windows […
-
```vim
let obj = {}
function obj.func()
endfunction
let obj.func = obj.func
echom string(obj)
```
Throws, but still displays:
```
E724: unable to correctly dump variable with self-refer…
-
I install sumneko_lua, jedi, bashls, vimls, cssls, html, only sumneko lua work as expected.
fecet updated
2 years ago
-
NeoVim support would require rewriting a good deal of the VimL + Lua binding work. It would also require integration with NeoVim's asynchronous API.
Preliminary work was done here: https://github.com…
-
```
We should be able to distinguish and treat accordingly the following cases:
1. "foo\"bar", in C strings
2. \{foo\}, in LaTeX ; '\(foo\)' in VimL
In the first case, the backslash (or any other spe…