From: Oleg Broytman Date: Sun, 5 Apr 2020 14:40:47 +0000 (+0300) Subject: .vimrc: Remove excessive `redraw` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=0d6852879856339d8dcbb98d1acc28a056f06992 .vimrc: Remove excessive `redraw` In `vim` 8.1 it causes strange on-screen effects. --- diff --git a/.vimrc b/.vimrc index 39ca62d..7bb96e2 100644 --- a/.vimrc +++ b/.vimrc @@ -713,8 +713,6 @@ command! Text call Text() function! AutoEncoding() if &modified && &fileencoding != "" call SetupEncoding(&fileencoding) - else - redraw endif autocmd! auto-encoding augroup! auto-encoding