GVIM脚本——打开当前文件所在位置 function OpenFileLocation() if ( expand("%") != "" ) execute "!start explorer /select, %" else execute "!start explorer /select, %:p:h" endif endfunction map gb <ESC>:call OpenFileLocation()<CR> "我的第一个VIM脚本。 "功能:当前文件所在位置,同时不阻塞当前窗口。
打开当前文件所在位置
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/d1db4994d3eaf4316efb29ec6834db63.html