annotate vim/vimfiles/after/ftplugin/python.vim @ 10:b113527fa5d1

Tweaked format options. Text wasn't wrapping with the older settings.
author Brian Neal <bgneal@gmail.com>
date Wed, 19 Dec 2012 19:11:38 -0600
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