Mercurial > ec-dotfiles
changeset 556:4190bd0b4456
Better color for spaces and tabs.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Sat, 25 Apr 2015 18:29:22 +0900 | 
| parents | 48ab5a354772 | 
| children | bd3c7affdade | 
| files | rc/vimrc | 
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/rc/vimrc Sat Apr 25 18:12:38 2015 +0900 +++ b/rc/vimrc Sat Apr 25 18:29:22 2015 +0900 @@ -21,7 +21,10 @@ set smartcase set hlsearch set ls=2 " always show status line + set list listchars=tab:>-,trail:.,extends:> +autocmd colorscheme * highlight specialkey ctermfg=gray + set number " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up
