small cleanup

This commit is contained in:
Michele Guerini Rocco 2018-07-29 17:35:57 +02:00
parent 09e9d095fc
commit c123793f74
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -91,7 +91,7 @@ filetype indent plugin on " Identify file type
" Titlebar without “-VIM” " Titlebar without “-VIM”
set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%) set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
" change cursor style
autocmd VimLeave * set guicursor=a:hor20-blinkon20 autocmd VimLeave * set guicursor=a:hor20-blinkon20
" use pandoc markdown syntax " use pandoc markdown syntax
@ -145,4 +145,3 @@ let g:ctrlp_follow_symlinks = 1
let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"} let g:ctrlp_custom_ignore = {"dir": "\v[\/]\.(git|hg|svn|ve)$"}
let g:ctrlp_status_func = {"main": "CtrlPStatusMain", let g:ctrlp_status_func = {"main": "CtrlPStatusMain",
\"prog": "CtrlPStatusProg"} \"prog": "CtrlPStatusProg"}