# HG changeset patch # User nanaya # Date 1435120394 -32400 # Node ID 9e936a929c2dbdd1e77ab5d5fc219fc79f595026 # Parent 3bd22b75cdc4bb3809e08d2f6110b11d55ba3c84 Fix call check to pathogen. diff -r 3bd22b75cdc4 -r 9e936a929c2d rc/vimrc --- a/rc/vimrc Wed Jun 24 13:33:02 2015 +0900 +++ b/rc/vimrc Wed Jun 24 13:33:14 2015 +0900 @@ -32,9 +32,10 @@ " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up set clipboard=exclude:.* -if has('call') - call pathogen#infect() +if has("eval") + execute pathogen#infect() endif + if has('filetype') filetype plugin indent on endif