Mercurial > dotfiles
view .vim/ftplugin/python.vim @ 273:16411680e5f6
ipython config: remove ancient version which is not supported by ipython
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 31 Mar 2012 15:25:46 -0500 |
parents | c30d68fbd368 |
children |
line wrap: on
line source
setlocal tabstop=4 setlocal softtabstop=4 setlocal shiftwidth=4 setlocal textwidth=80 setlocal smarttab setlocal expandtab setlocal smartindent