Useful VIM Script for TAB Indents
Few days ago, I saw my mentor using MS VC++ IDE with mutil-line indents by pressing TAB once. I tried to look for this functon for VIM and found it. This
_vim_wok_visualcpp01.zip is in VIM offcial site. Unzip the vim script and move it to ..//vim7.0/plugin/. It is working in my GVIM for Windows now.
幾天前,我看到使用MS VC++ IDE 的前輩可以按一次TAB鍵就做到多行位移。我心想這樣好用的功能應該有人在VIM實做了吧?剛剛順手找了一下,果然有這個功能的外掛。其實若不是最近寫腳本語言的機會增加了,我大概就不會去找這種功能的外掛來用。