[Assorted-commits] SF.net SVN: assorted:[1103] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-12-19 23:20:57
|
Revision: 1103 http://assorted.svn.sourceforge.net/assorted/?rev=1103&view=rev Author: yangzhang Date: 2008-12-19 23:20:49 +0000 (Fri, 19 Dec 2008) Log Message: ----------- added .clamp files for vim Modified Paths: -------------- configs/trunk/src/vim/plugin/_yang.vim Modified: configs/trunk/src/vim/plugin/_yang.vim =================================================================== --- configs/trunk/src/vim/plugin/_yang.vim 2008-12-19 23:20:40 UTC (rev 1102) +++ configs/trunk/src/vim/plugin/_yang.vim 2008-12-19 23:20:49 UTC (rev 1103) @@ -199,7 +199,7 @@ " autocmd Mapserver map files au BufNewFile,BufRead *.map setf map " temporaries -autocmd BufNewFile,BufRead *.{lzz,tt,tcc} setlocal filetype=cpp +autocmd BufNewFile,BufRead *.{lzz,tt,tcc,clamp} setlocal filetype=cpp "autocmd BufNewFile,BufRead *.{c,cc,cpp,cxx,h,lzz,tt,tcc} setlocal cindent expandtab softtabstop=2 shiftwidth=2 tabstop=8 "autocmd BufNewFile,BufRead *.java setlocal cindent noexpandtab softtabstop=4 shiftwidth=4 tabstop=4 autocmd BufNewFile,BufRead *.lzx setlocal filetype=lzx This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |