annotate vim/vimfiles/after/ftplugin/python.vim @ 12:71f65ccb96f0

Adding my .hgrc and .pythonstartup files. Added a .hgignore.
author Brian Neal <bgneal@gmail.com>
date Tue, 04 Jun 2013 19:24:08 -0500
parents 48859d9c82c5
children
rev   line source
bgneal@0 1 setlocal sw=4
bgneal@0 2 setlocal ts=4
bgneal@0 3 setlocal tw=80
bgneal@0 4 let python_space_errors=1