annotate vim/vimfiles/after/ftplugin/python.vim @ 27:aa1019ab89b4

Enable shelve hg extension.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Oct 2016 20:32:00 -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