Open sedimentation-fault opened 1 year ago
No ideas, even after a month? :-(
It seems that, while the function term_gestatus()
is part of vim
8.2, as one can see with :help term_getstatus
, it is called at a point too early in time. FWIW, directly after that error I get output from the syntastic
plugin in my status line:
Error detected while processing BufEnter Autocommands for "<buffer=1>":
E117: Unknown function: term_getstatus
syntastic: 0.242815: g:syntastic_version = '3.10.0 (Vim 802, Linux)'
Press ENTER or type command to continue
Problem
Cloned
nnn.vim
(the directory) into/usr/local/share/vim/plugin/
In myvimrc
I have added/usr/local/share/vim
to myruntimepath
. Upon start ofvim
(but NOT ofgvim
!) I get:How to reproduce
See above.
Expected behavior
No error, of course.
Environment: