dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 53861bf1bf9194192ee0c2d1f9f25d935cd01134
parent af839a7fc5db61857d6fcb4b18a9e4a039134f8e
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Jun 2017 16:32:32 -0700

Enable SpaceHi for Objective-C++ files

Diffstat:
M.vim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -134,7 +134,7 @@ if &t_Co > 2 || has("gui_running") au BufEnter,InsertLeave *.java set colorcolumn=100 " Highlight trailing space - au BufEnter,InsertLeave *.bzl,*.c,*.cc,*.cs,*.dart,*.h,*.java,*.m,*.py,*.s SpaceHi + au BufEnter,InsertLeave *.bzl,*.c,*.cc,*.cs,*.dart,*.h,*.java,*.m,*.mm,*.py,*.s SpaceHi endif if has("gui_macvim")