使用vim; 我正在尝试通过NERDTree将文件(.py文件)添加到目录中.我只需要浏览到我想要放入文件的目录,然后点击"m"然后"a"将我的文件命名为目录.问题是NERDTree一直告诉我:"NERDTree:Node Not Created".这意味着没有创建该文件.
这是为什么?我错过了什么?
谢谢
当我尝试创建目录时,vim(实际上是NERDTree)失败并显示以下错误消息:
Error detected while processing function <SNR>14_showMenu..30..47..NERDTreeAddNode:
line 18:
E716: Key not present in Dictionary: isOpen || !empty(parentNode.children)
E15: Invalid expression: parentNode.isOpen || !empty(parentNode.children)
Error detected while processing function <SNR>14_showMenu..30..47:
line 6:
E171: Missing :endif
Error detected while processing function <SNR>14_showMenu..30:
line 19:
E171: Missing :endif
Run Code Online (Sandbox Code Playgroud)