From 68d3be45bb046d73e88740a017e77e105fd42d51 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 21 Feb 2013 15:51:21 -0600 Subject: [PATCH] Force has comments to retain their indentation level. --- .vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vim/vimrc b/.vim/vimrc index 7895655..e6c2d0a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -142,6 +142,9 @@ Bundle 'https://github.com/noahfrederick/Hemisu.git' filetype plugin indent on +" Force hash comments to retain their indentation level. +inoremap # X# + " If it exists, include user's local vim config if filereadable(expand("~/.vimrc.local")) source ~/.vimrc.local