vim updates for CSE

This commit is contained in:
Andrew Tomaka 2013-09-05 11:49:24 -04:00
parent 001891294e
commit 12f726a4fa
2 changed files with 6 additions and 1 deletions

View file

@ -2,3 +2,4 @@
*.o *.o
*.exe *.exe
*.stackdump *.stackdump
*.out

4
.vimrc
View file

@ -1,3 +1,7 @@
" Fix for CSE servers
scriptencoding utf-8
set encoding=utf-8
" Plugins " Plugins
set runtimepath+=~/.vim/bundle/vundle/ set runtimepath+=~/.vim/bundle/vundle/
call vundle#rc() call vundle#rc()