Open fredrikhl opened 6 years ago
Thanks for issues. I fixed it. Please update plugin.
The last commit gives me some issues loading the plugin properly. Seems vital#of
doesn't get autoloaded, which causes a chain of other issues…
When running :OverCommandLine
:
Error detected while processing function over#vital:
line 7:
E117: Unknown function: vital#of
E15: Invalid expression: vital#of("over")
line 9:
E121: Undefined variable: s:V
E15: Invalid expression: s:V
Error detected while processing /home/username/.vim/bundle/vim-over/autoload/over/command_line.vim:
line 13:
E117: Unknown function: import
E15: Invalid expression: s:V.import("Coaster.Highlight")
line 14:
E117: Unknown function: import
E15: Invalid expression: s:V.import("Over.Commandline.Modules")
Error detected while processing function <SNR>166_cmdline[4]..over#vital:
line 7:
E117: Unknown function: vital#of
E15: Invalid expression: vital#of("over")
line 9:
E121: Undefined variable: s:V
E15: Invalid expression: s:V
Error detected while processing function <SNR>166_cmdline:
line 4:
E117: Unknown function: import
E15: Invalid expression: over#vital().import("Over.Commandline")
line 5:
E121: Undefined variable: s:_cmdline
E15: Invalid expression: s:_cmdline
Error detected while processing /home/username/.vim/bundle/vim-over/autoload/over/command_line.vim:
line 27:
E117: Unknown function: make_standard
E15: Invalid expression: s:cmdline().make_standard("")
line 28:
E121: Undefined variable: s:main
line 29:
E121: Undefined variable: s:main
line 30:
E121: Undefined variable: s:main
line 31:
E121: Undefined variable: s:main
line 62:
E121: Undefined variable: s:main
line 81:
E121: Undefined variable: s:main
line 85:
E133: :return not inside a function
line 86:
E193: :endfunction not inside a function
line 114:
E121: Undefined variable: s:main
line 153:
E127: Cannot redefine function over#command_line#start: It is in use
Error detected while processing function over#command_line[2]..over#command_line#start[3]..over#command_line#get:
line 1:
E121: Undefined variable: s:main
E15: Invalid expression: s:main
Error detected while processing function over#command_line[2]..over#command_line#start:
line 3:
E117: Unknown function: get_module
E116: Invalid arguments for function empty(over#command_line#get().get_module("Digraphs"))
E15: Invalid expression: g:over#command_line#enable_Digraphs^I&& empty(over#command_line#get().get_module("Digraphs"))
line 13:
E121: Undefined variable: s:main
line 19:
E121: Undefined variable: s:main
line 23:
E121: Undefined variable: s:main
line 24:
E121: Undefined variable: s:main
E15: Invalid expression: s:main.start(a:input)
line 25:
E121: Undefined variable: exit_code
E15: Invalid expression: exit_code == 1
oops, sorry. I fixed it.
I get a "list index out of range" when accessing the vim-over command line history whenever there are unicode combining characters in the previous expression.
Error
vital-over(_over) Exception : function over#command_line[2] …, line 1 Vim(call):E684: list index out of range: 8
Steps to reproduce
%s,ö,ö,
(i.e. replace {LATIN SMALL LETTER O} + {COMBINING DIAERESIS} with {LATIN SMALL LETTER O WITH DIAERESIS}<CR>
to completeVersion
vim-over
vim