linux下IDE配置,winmanager配置问题

Vim使用winmanager合并NERDTree和Taglist出现下列错误:

Error detected while processing function 24_StartWindowsManager..24_Ed
itNextVisibleExplorer..24_FindExplorerInGroup:
line 2:
E121: Undefined variable: s:explorerGroupNums_1
E15: Invalid expression: s:explorerGroupNums_1
line 4:
E121: Undefined variable: numList
E116: Invalid arguments for function s:Strntok2(numList, ',', a:memn)
E15: Invalid expression: s:Strntok2(numList, ',', a:memn)
line 5:
E121: Undefined variable: num
E15: Invalid expression: num == ''
line 8:
E121: Undefined variable: num
E15: Invalid expression: 'return '.num
Error detected while processing function 24_StartWindowsManager..24_Ed
itNextVisibleExplorer:
line 35:
E121: Undefined variable: s:explorerName_0
E15: Invalid expression: s:explorerName_0
line 39:
E121: Undefined variable: name
E116: Invalid arguments for function exists('*'.name.'_IsPossible')

这个错误,一个多月前遇到了,后来没管,所以linux下的IDE没有用。

又因为不想老是非共享的linux下代码在windows下拷来拷去,又开始解决这个问题。后来发现为什么没有人问这个问题了,因为这是我打错了单词。。。

let g:winManagerWindowLayout='FileExplorer|TagList'

我写成了

let g:winManagerWindowLayout='FileExplore|TagList'

FileExplorer少了个r。

中午午觉后突然意识到检查下这个,果然后面的命令无效,就会出现这样的错误!!!

恩,又一次体会到了劳逸结合的好处。哈哈!

你可能感兴趣的:(linux下IDE配置,winmanager配置问题)