vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 11cb3023660cbc9eda91c1488a8ac47786721dea
parent e2a60a08cead070af7cc55369e884bc5fb4ecdc0
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 26 Jun 2017 16:32:32 -0700

Enable SpaceHi for Objective-C++ files

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/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")