E121: Undefined variable: execute
Closed this issue · 3 comments
HappyMan01 commented
安装完成后终端输入nvim 并没有出现预期的效果,而是nervim的欢迎页,上面的报错的位置是在我的init.vim文件,他说没有定义这个变量,我的init.vim里面的内容是:
execute 'source' fnamemodify(expand(''), ':h').'/core/core.vim'execute 'source' fnamemodify(expand(''), ':h').'/core/core.vim'
glepnir commented
@HappyMan01 。。你这不是重复了吗。
glepnir commented
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/core/core.vim'
HappyMan01 commented
好的 谢谢