Remove undo directory and $MYVIMFILES
This commit is contained in:
parent
b57c2021de
commit
c9222e3b22
5
vimrc
5
vimrc
@ -1,7 +1,6 @@
|
|||||||
"==============================================================================
|
"==============================================================================
|
||||||
" General Settings
|
" General Settings
|
||||||
"==============================================================================
|
"==============================================================================
|
||||||
let $MYVIMFILES=fnamemodify(resolve(expand("<sfile>")), ":p:h")
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
syntax enable
|
syntax enable
|
||||||
@ -15,10 +14,6 @@ set expandtab
|
|||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set ruler
|
set ruler
|
||||||
set showmatch
|
set showmatch
|
||||||
"if has("persistent_undo")
|
|
||||||
" set undodir=$MYVIMFILES/undo
|
|
||||||
" set undofile
|
|
||||||
"endif
|
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user