Commit c3016816 authored by Murukesh Mohanan's avatar Murukesh Mohanan

persistent undo, plugin updates

parent 80ae4917
Subproject commit 5ee7bd2c807384ac51074f8212a4aec5364627b9
Subproject commit e66d1f1dddb4f27624715197b97a5fcff1944764
Subproject commit c88f04cd1abecbc2190dff9241eda67868389032
Subproject commit dbb4d3236bfa1d7fd14ca0604e101ef82be5ebc7
*
!.gitignore
......@@ -53,6 +53,8 @@ set laststatus=2
set wildignore+=*.aux,*.toc,*.pdf
set isfname-==
set display+=lastline
set undofile
set undodir=$HOME/.vim/undo
let g:tex_flavor = "latex"
......@@ -133,23 +135,6 @@ let g:DiffUpdate = 1
let g:ycm_autoclose_preview_window_after_insertion = 1
let g:ycm_collect_identifiers_from_tags_files = 1
" if has('cscope')
" set cscopetag cscopeverbose
"
" if has('quickfix')
" set cscopequickfix=s-,c-,d-,i-,t-,e-
" endif
"
" cnoreabbrev csa cs add
" cnoreabbrev csf cs find
" cnoreabbrev csk cs kill
" cnoreabbrev csr cs reset
" " cnoreabbrev css cs show
" cnoreabbrev csh cs help
"
" command -nargs=0 Cscope cs add $VIMSRC/src/cscope.out $VIMSRC/src
" endif
if !empty($MAN_PN)
autocmd StdinReadPost * set ft=man | file $MAN_PN
elseif @% == "" && getcwd() == "/tmp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment