diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-10-10 22:33:55 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-10-10 22:38:20 +0600 |
| commit | ffb6e9d825241d725c964bd573abe34d186f59ca (patch) | |
| tree | 210f3771ce180bb55d8ee896a0c2aa776aece674 /files/.vimrc | |
| parent | 06ba60c16bdeb918587fa991a763c53aecd1c26d (diff) | |
Update vim pathogen.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/.vimrc b/files/.vimrc index bf301e1..d3927fa 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -25,13 +25,13 @@ set hidden set showcmd " По умолчанию пользоваться :help справкой set keywordprg= + +filetype off " Do so to reload filetype plugins after pathogen +runtime bundle/vim-pathogen/autoload/pathogen.vim +call pathogen#infect() if &t_Co > 2 || has('gui_running') syntax on endif - -filetype off " Do so to reload filetype plugins after pathogen -call pathogen#helptags() -call pathogen#runtime_append_all_bundles() filetype plugin indent on runtime! macros/matchit.vim |
