diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ autocmd BufNewFile,BufRead *.md set ft=markdown " Get 256 colors if $TERM == "xterm-256color" - set t_Co=256 + set t_Co=256 endif " Ingnore Case in search |