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

@ -1,4 +1,5 @@
*.sw?
*.o
*.exe
*.stackdump
*.stackdump
*.out

4
.vimrc
View file

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