vim

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

commit 7232479e4365d5d40704f587cb142aa9a804b6df
parent 468cd5e0afee0f7a18278ef16038b979d48b4d0e
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  7 Sep 2015 22:20:19 -0700

Use 'syntax enable', not 'syntax on'.

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

diff --git a/vimrc b/vimrc @@ -90,7 +90,7 @@ let g:spacehi_nbspcolor="ctermbg=red guibg=red" " Colorscheme and syntax highlighting if &t_Co > 2 || has("gui_running") - syntax on + syntax enable set background=dark colorscheme lucius set cursorline