Force has comments to retain their indentation level.

This commit is contained in:
Ryan Cavicchioni 2013-02-21 15:51:21 -06:00
parent 620cca995c
commit 68d3be45bb

View File

@ -142,6 +142,9 @@ Bundle 'https://github.com/noahfrederick/Hemisu.git'
filetype plugin indent on filetype plugin indent on
" Force hash comments to retain their indentation level.
inoremap # X#
" If it exists, include user's local vim config " If it exists, include user's local vim config
if filereadable(expand("~/.vimrc.local")) if filereadable(expand("~/.vimrc.local"))
source ~/.vimrc.local source ~/.vimrc.local