dotfiles

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

commit 7563ab5e2c4d9434f0627e6db7f38bd7493555ee
parent 4ac4073bc883d6416efb36f9e3eb249843f3d850
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 15 Jan 2016 08:11:03 -0800

Enable SpaceHi for Skylark, Python

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

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