我在工作站上从centos6到centos7后,我对vim插件 Oscan
感到不安。
该插件使用 ctags
在符号之间导航等。
当我尝试使用它时,它显示了以下错误:
[ 0scan ] Vim(help):E149: Sorry, no help for help.txt
Error detected while processing function railmoon#oscan#open:
line 139:
E121: Undefined variable: edit_line_window
line 140:
E121: Undefined variable: s:available_tags_window
line 141:
E121: Undefined variable: s:result_window
Press ENTER or type command to continue
我无法弄清迁移到CentOS7后语法中发生了什么变化。
我应该在此插件中更改它以使其可行?插件还是vim的问题?
该插件在官方VIM网站上:
https://wwwww.vim.org/scripts/scripts/script.php?script.script_id_id = 2507
或者您可以在此处检查相同的资源:
I have troubles with the vim plugin Oscan
after migration from Centos6 to Centos7 on my workstation.
This plugin uses ctags
to navigate between symbols and so on.
When I try to use it, it shows the following errors:
[ 0scan ] Vim(help):E149: Sorry, no help for help.txt
Error detected while processing function railmoon#oscan#open:
line 139:
E121: Undefined variable: edit_line_window
line 140:
E121: Undefined variable: s:available_tags_window
line 141:
E121: Undefined variable: s:result_window
Press ENTER or type command to continue
I can't figure out what changed in syntax after migration to Centos7.
What should I change in this plugin to make it workable? Is this problem with the plugin or vim?
This plugin on the official vim site:
https://www.vim.org/scripts/script.php?script_id=2507
Or you can check the same sources here:
https://github.com/nterray/vimfiles/tree/master/.vim/autoload/railmoon
发布评论