Mercurial > ec-dotfiles
comparison rc/vimrc @ 554:135eb73da114
Missing newline :D
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 14 Apr 2015 05:01:47 +0900 |
parents | 138ee2cd2179 |
children | 48ab5a354772 |
comparison
equal
deleted
inserted
replaced
553:a10fbcba6cd1 | 554:135eb73da114 |
---|---|
65 if has('syntax') | 65 if has('syntax') |
66 syntax on | 66 syntax on |
67 set foldmethod=syntax | 67 set foldmethod=syntax |
68 set nofoldenable | 68 set nofoldenable |
69 set background=dark | 69 set background=dark |
70 | |
70 let g:jellybeans_use_lowcolor_black = 0 | 71 let g:jellybeans_use_lowcolor_black = 0 |
71 colorscheme jellybeans | 72 colorscheme jellybeans |
72 endif | 73 endif |
73 | 74 |
74 if has("autocmd") | 75 if has("autocmd") |