Skip to content

Commit

Permalink
adapting for vim74a
Browse files Browse the repository at this point in the history
  • Loading branch information
nickaigi committed Jul 21, 2013
1 parent 072a3f4 commit acf8d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Bundle 'Valloric/YouCompleteMe'
Bundle 'skammer/vim-css-color'
Bundle 'pangloss/vim-javascript'

" For vim 74a
:let &runtimepath.=',/usr/share/vim/vim74a'
:let $VIMRUNTIME = "/usr/share/vim/vim74a"

filetype plugin indent on " required!

Expand Down

0 comments on commit acf8d63

Please sign in to comment.