[Assorted-commits] SF.net SVN: assorted: [754] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2008-05-08 20:18:53
|
Revision: 754
http://assorted.svn.sourceforge.net/assorted/?rev=754&view=rev
Author: yangzhang
Date: 2008-05-08 13:18:33 -0700 (Thu, 08 May 2008)
Log Message:
-----------
added .lzx (for some reason it doesn't seem to be working automatically)
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-05-08 20:18:02 UTC (rev 753)
+++ configs/trunk/src/vim/plugin/_yang.vim 2008-05-08 20:18:33 UTC (rev 754)
@@ -187,6 +187,7 @@
autocmd BufNewFile,BufRead *.{lzz,tt,tcc} 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
" autocmd GDB
au BufNewFile,BufRead *.gdb set ft=gdb
" autocmd hxx, cxx
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|