[Assorted-commits] SF.net SVN: assorted: [274] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2008-01-30 05:48:14
|
Revision: 274
http://assorted.svn.sourceforge.net/assorted/?rev=274&view=rev
Author: yangzhang
Date: 2008-01-29 21:48:19 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
added java settings
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-01-30 05:47:58 UTC (rev 273)
+++ configs/trunk/src/vim/plugin/_yang.vim 2008-01-30 05:48:19 UTC (rev 274)
@@ -155,6 +155,7 @@
au BufNewFile,BufRead *.map setf map
" temporaries
autocmd BufEnter *.{c,cc,cpp,cxx,h} setlocal cindent expandtab softtabstop=4 shiftwidth=4 tabstop=8
+autocmd BufEnter *.java setlocal cindent noexpandtab softtabstop=4 shiftwidth=4 tabstop=4
" autocmd GDB
au BufEnter *.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.
|