vim updates for CSE
This commit is contained in:
parent
001891294e
commit
12f726a4fa
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
*.sw?
|
*.sw?
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
*.stackdump
|
*.stackdump
|
||||||
|
*.out
|
||||||
|
|
4
.vimrc
4
.vimrc
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue