Skip to content

Commit

Permalink
Move filetype plugin indent on after all Bundle directives
Browse files Browse the repository at this point in the history
As recommended here:
    SirVer/ultisnips#264 (comment)
  • Loading branch information
nelstrom committed May 13, 2014
1 parent 24c5bf8 commit 0d709b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles.vim
Expand Up @@ -5,7 +5,6 @@ filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on

" General enhancements
Bundle 'tpope/vim-abolish.git'
Expand Down Expand Up @@ -68,3 +67,5 @@ Bundle 'dsawardekar/riml.vim'
" Experimental
Bundle 'svermeulen/vim-easyclip'
Bundle 'tommcdo/vim-exchange'

filetype plugin indent on

0 comments on commit 0d709b8

Please sign in to comment.