Mercurial > ec-dotfiles
comparison rc/vimrc @ 577:28bd58aaa0ab
Buffer in vim?
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 11 Oct 2015 02:27:48 +0900 |
parents | 139862f791aa |
children | 283ebb842957 |
comparison
equal
deleted
inserted
replaced
576:dd1f898432e3 | 577:28bd58aaa0ab |
---|---|
17 set incsearch | 17 set incsearch |
18 set ignorecase | 18 set ignorecase |
19 set smartcase | 19 set smartcase |
20 set hlsearch | 20 set hlsearch |
21 set ls=2 " always show status line | 21 set ls=2 " always show status line |
22 | |
23 set hidden " it's buffer time? | |
22 | 24 |
23 set list listchars=tab:>-,trail:.,extends:> | 25 set list listchars=tab:>-,trail:.,extends:> |
24 | 26 |
25 if has("autocmd") | 27 if has("autocmd") |
26 autocmd colorscheme * highlight specialkey ctermfg=gray | 28 autocmd colorscheme * highlight specialkey ctermfg=gray |