mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
10 lines
193 B
VimL
10 lines
193 B
VimL
" Basic vimrc if i ever need compatibility with normal vim
|
|
|
|
source ~/.vim/settings.vim
|
|
|
|
|
|
if version >= 703
|
|
set undodir=~/.vim/backup/vimundo
|
|
set undofile
|
|
set undoreload=10000
|
|
endif
|