Mercurial > ec-dotfiles
comparison rc/vimrc @ 529:de3ff51840a3
Skip clipboard loading for speedup in current setup.
- putty
- opensuse
- no X
| author | edogawaconan <me@myconan.net> | 
|---|---|
| date | Thu, 16 Oct 2014 21:47:36 +0900 | 
| parents | 1dd96a55b7ac | 
| children | d6e08a057094 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 528:92eb89781346 | 529:de3ff51840a3 | 
|---|---|
| 15 set title | 15 set title | 
| 16 set hlsearch | 16 set hlsearch | 
| 17 set ls=2 " always show status line | 17 set ls=2 " always show status line | 
| 18 set list listchars=tab:>-,trail:.,extends:> | 18 set list listchars=tab:>-,trail:.,extends:> | 
| 19 set number | 19 set number | 
| 20 | |
| 21 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up | |
| 22 set clipboard=exclude:.* | |
| 20 | 23 | 
| 21 if has('call') | 24 if has('call') | 
| 22 call pathogen#infect() | 25 call pathogen#infect() | 
| 23 endif | 26 endif | 
| 24 if has('filetype') | 27 if has('filetype') | 
