Remove Align.vim and add Align

This commit is contained in:
Hunter Haugen 2012-06-14 12:32:35 -07:00
parent dcd514fd00
commit ec54d3a627
4 changed files with 5 additions and 5 deletions

2
.vimrc
View file

@ -1139,7 +1139,7 @@ set rtp+=~/.vim/bundle/vundle
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'vim-scripts/ShowMarks'
Bundle 'Align.vim'
Bundle 'Align'
Bundle 'Gundo'
filetype plugin indent on