From 0d6852879856339d8dcbb98d1acc28a056f06992 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 5 Apr 2020 17:40:47 +0300 Subject: [PATCH] .vimrc: Remove excessive `redraw` In `vim` 8.1 it causes strange on-screen effects. --- .vimrc | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2