stefan 2457040044 spellcheck for c- and kgs-files
changed session options

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@146 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
2007-09-11 07:03:37 +00: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'