Mercurial > dotfiles
view .vim/ftplugin/python.vim @ 312:b9e92b79bb00
misc: holding ground for misc shell tricks
Right now just a function to dump the SSL certs for a given host:port.
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Tue, 07 May 2013 14:39:15 -0400 |
| 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
