Skip to content

Commit

Permalink
Fixed the pathogen error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcoelho committed Feb 6, 2014
1 parent e62adb8 commit f2d6402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
""""""""""""""""""""""""""""""
" => Load pathogen paths
""""""""""""""""""""""""""""""
call pathogen#infect('~/.vim_runtime/sources_forked')
call pathogen#infect('~/.vim_runtime/sources_non_forked')
call pathogen#infect('~/.vim_runtime/sources_forked/*')
call pathogen#infect('~/.vim_runtime/sources_non_forked/*')
call pathogen#helptags()

""""""""""""""""""""""""""""""
Expand Down

0 comments on commit f2d6402

Please sign in to comment.