Undofile + comments
Removed / changed some comments Changed the path of the undo-file to not be 100% specific to my workspace setup
This commit is contained in:
parent
5934af1833
commit
399fdda6a3
1 changed files with 5 additions and 5 deletions
10
vimrc
10
vimrc
|
@ -1,4 +1,4 @@
|
||||||
" makes use of marker '
|
"!!! makes use of marker '
|
||||||
|
|
||||||
" Sessions
|
" Sessions
|
||||||
set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
set sessionoptions=blank,buffers,curdir,folds,help,options,tabpages
|
||||||
|
@ -14,8 +14,8 @@ endif
|
||||||
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
""""""""""""""""
|
""""""""""""""""
|
||||||
set history=50 " keep 50 lines of command line history
|
set history=50 " keep 50 lines of command line history
|
||||||
set nonumber " Switch these two if it proves to be annoying
|
set nonumber
|
||||||
set relativenumber
|
set relativenumber
|
||||||
set langmenu=en_UK
|
set langmenu=en_UK
|
||||||
let $LANG = 'en_UK'
|
let $LANG = 'en_UK'
|
||||||
|
@ -27,10 +27,10 @@ set guioptions-=l
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
set gfn=Courier_New:h12:cANSI
|
set gfn=Courier_New:h12:cANSI
|
||||||
try
|
try
|
||||||
" set undodir=~/.vim_runtime/temp_dirs/undodir
|
set undodir=$HOME/.vimundo
|
||||||
set undodir=C:\vim\undodir
|
|
||||||
set undofile
|
set undofile
|
||||||
catch
|
catch
|
||||||
|
echom "Undofile doesn't work :("
|
||||||
endtry
|
endtry
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
Loading…
Reference in a new issue