From: Oleg Broytman Date: Sun, 5 May 2019 16:48:58 +0000 (+0300) Subject: .vimrc: Set flag `c` in `viminfo` in function `SlowTerm` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=2166b1c513716fe707589c2c0845a2498b9480fa .vimrc: Set flag `c` in `viminfo` in function `SlowTerm` --- diff --git a/.vimrc b/.vimrc index 25658e1..1818125 100644 --- a/.vimrc +++ b/.vimrc @@ -570,6 +570,9 @@ function! SlowTerm() set nowildmenu set wildmode=list:longest set viminfo=!,h,'10,<100,s5 + if has("iconv") + set viminfo^=c + endif syntax off highlight NonText cterm=NONE ctermfg=NONE endfunction