fix: mauvaise couleur de fond dans vim dans certains cas

This commit is contained in:
Yves Dubromelle
2022-04-25 10:00:11 +02:00
parent 2fad38532f
commit d4f2298518

View File

@@ -32,3 +32,10 @@ if &t_Co > 8
let &colorcolumn="80,".join(range(120,999),",")
highlight ColorColumn ctermbg=235 guibg=#2c2d27
endif
" vim hardcodes background color erase even if the terminfo file does
" not contain bce (not to mention that libvte based terminals
" incorrectly contain bce in their terminfo files). This causes
" incorrect background rendering when using a color theme with a
" background color.
let &t_ut=''