vim gui options

This commit is contained in:
2015-12-17 22:04:00 +01:00
parent 58af9453c5
commit 75b6f01f2e

View File

@@ -157,6 +157,9 @@ set tags+=~/.vim/systags
set relativenumber
set number
" gvim without toolbar
set guioptions-=T
""" Return to last edit position when opening files {{{
augroup LastPosition
autocmd! BufReadPost *
@@ -165,6 +168,8 @@ augroup LastPosition
\ endif
augroup END
" Keep undo history across sessions by storing it in a file
let vimDir = '$HOME/.vim'
if has('persistent_undo')