作者:傻咾厷叫我洪儿 | 来源:互联网 | 2014-05-23 14:01
Vimwinmanager文件浏览自动更新使用winmanger插件中发现其中引用的fileexplorer不能自动更新到当前文件夹。www.2cto.com将vim/plugin/winfileexplorer.vim中的函数FileExplorer_Start()function!FileE...
Vim winmanager文件浏览自动更新
使用winmanger插件中发现其中引用的fileexplorer不能自动更新到当前文件夹。
www.2cto.com
将vim/plugin/winfileexplorer.vim 中的函数FileExplorer_Start()
function! FileExplorer_Start()
let b:displayMode = "winmanager"
call s:EditDir(getcwd())
" if exists('s:lastDirectoryDisplayed')
" call s:EditDir(s:lastDirectoryDisplayed)
" else
" call s:EditDir(expand("%:p:h"))
" end
" if exists('s:lastCursorRow')
" exe s:lastCursorRow
" exe 'normal! '.s:lastCursorColumn.'|'
" end
endfunction