comparison rc/vimrc @ 571:9e936a929c2d

Fix call check to pathogen.
author nanaya <me@myconan.net>
date Wed, 24 Jun 2015 13:33:14 +0900
parents 3bd22b75cdc4
children 562fff349744
comparison
equal deleted inserted replaced
570:3bd22b75cdc4 571:9e936a929c2d
30 set number 30 set number
31 31
32 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up 32 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up
33 set clipboard=exclude:.* 33 set clipboard=exclude:.*
34 34
35 if has('call') 35 if has("eval")
36 call pathogen#infect() 36 execute pathogen#infect()
37 endif 37 endif
38
38 if has('filetype') 39 if has('filetype')
39 filetype plugin indent on 40 filetype plugin indent on
40 endif 41 endif
41 42
42 map <C-t><up> :tabr<cr> 43 map <C-t><up> :tabr<cr>