Stefan Liebl f388695793 move vimfiles.stefan/... to vimfiles.stefan/after
Change-Id: I0469122bf65ddf24129151b2a82619011a6a4879
2014-06-24 10:39:28 +02:00

17 lines
211 B
VimL

" Stefans vim-file plugin
" ----
" TABS
" ----
setlocal noexpandtab
setlocal shiftwidth=4
setlocal formatoptions=croq
" commenting
let b:commentstring = '#'
" Grep options
let b:GrepFiles = '*.mak *.mkinc'