Skip to content

Commit

Permalink
Add SignColumn support
Browse files Browse the repository at this point in the history
  • Loading branch information
lonre committed Sep 30, 2013
1 parent 17fbf52 commit 26e4be6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Blue.vim
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("CursorColumn", "", s:line, "none")
call <SID>X("PMenu", s:foreground, s:selection, "none")
call <SID>X("PMenuSel", s:foreground, s:selection, "reverse")
call <SID>X("SignColumn", "", s:background, "none")
end
if version >= 703
call <SID>X("ColorColumn", "", s:line, "none")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Bright.vim
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("CursorColumn", "", s:line, "none")
call <SID>X("PMenu", s:foreground, s:selection, "none")
call <SID>X("PMenuSel", s:foreground, s:selection, "reverse")
call <SID>X("SignColumn", "", s:background, "none")
end
if version >= 703
call <SID>X("ColorColumn", "", s:line, "none")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow-Night-Eighties.vim
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("CursorColumn", "", s:line, "none")
call <SID>X("PMenu", s:foreground, s:selection, "none")
call <SID>X("PMenuSel", s:foreground, s:selection, "reverse")
call <SID>X("SignColumn", "", s:background, "none")
end
if version >= 703
call <SID>X("ColorColumn", "", s:line, "none")
Expand Down
1 change: 1 addition & 0 deletions colors/Tomorrow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256
call <SID>X("CursorColumn", "", s:line, "none")
call <SID>X("PMenu", s:foreground, s:selection, "none")
call <SID>X("PMenuSel", s:foreground, s:selection, "reverse")
call <SID>X("SignColumn", "", s:background, "none")
end
if version >= 703
call <SID>X("ColorColumn", "", s:line, "none")
Expand Down

0 comments on commit 26e4be6

Please sign in to comment.