vim

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

commit be2ca8fe5900764d8881cc45444c57ed61e5f544
parent a33edf7cb6c8dc3032a2a1af001891aee526dfd9
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  2 Sep 2014 10:48:24 -0700

Set colorcolumn to 100 for Java code.

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

diff --git a/vimrc b/vimrc @@ -95,7 +95,7 @@ if &t_Co > 2 || has("gui_running") " Highlight over-length lines au BufEnter,InsertLeave * set colorcolumn=80 - au BufEnter,InsertLeave * set colorcolumn=80 + au BufEnter,InsertLeave *.java set colorcolumn=100 " Highlight trailing space au BufEnter,InsertLeave * SpaceHi