[open-ils-commits] r15687 - trunk/Open-ILS/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 3 16:31:25 EST 2010


Author: dbs
Date: 2010-03-03 16:31:19 -0500 (Wed, 03 Mar 2010)
New Revision: 15687

Added:
   trunk/Open-ILS/examples/vimrc
Log:
Commit Jason Etheridge's base vimrc as some semblance of coding conventions


Added: trunk/Open-ILS/examples/vimrc
===================================================================
--- trunk/Open-ILS/examples/vimrc	                        (rev 0)
+++ trunk/Open-ILS/examples/vimrc	2010-03-03 21:31:19 UTC (rev 15687)
@@ -0,0 +1,22 @@
+set hlsearch
+set tabstop=4
+set softtabstop=4
+set shiftwidth=4
+vnoremap < <gv
+vnoremap > >gv
+set nobk
+set whichwrap=b,s,<,>,[,]
+set backspace=indent,eol,start
+set smartcase
+filetype on
+syntax enable
+set expandtab
+autocmd BufEnter ?akefile* set noet ts=4 sw=4  "use real tabs in Makefiles
+autocmd BufEnter *txt set noet ts=4 sw=4  "use real tabs in txt files
+autocmd BufEnter *out set noet ts=4 sw=4  "use real tabs in txt files
+autocmd BufEnter *csv set noet ts=4 sw=4  "use real tabs in txt files
+au BufNewFile,BufRead *.xhtml setf html
+au BufNewFile,BufRead *.bsh setf java
+au BufNewFile,BufRead *.ftl setf html
+set bg=dark
+let loaded_matchparen = 1



More information about the open-ils-commits mailing list