X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.vimrc;h=18181257d655b47d5d148e57b6679298f01ad058;hb=2166b1c513716fe707589c2c0845a2498b9480fa;hp=25658e1a0ab51ff3ca81b9c173da3f4b2468d7ec;hpb=d8287834ddacf040f108186c203e3593096ca8f5;p=dotfiles.git 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