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

15 lines
257 B
VimL

" Stefans python-file plugin
" use spaces for tabs
setlocal expandtab
setlocal tabstop=4
setlocal shiftwidth=4
setlocal formatoptions=croq
setlocal tags+=/usr/lib/python/tags
" commenting
let b:commentstring = '#'
" Grep options
let b:GrepFiles = '*.py'