From 4d8a9287bdbcb350158692071c5f35a4f7f07402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Tue, 17 Jan 2012 19:32:47 +0100 Subject: [PATCH] Revert "Redraw the screen after updating the statusline" This reverts commit 55ade70c936227b63f4871cd303232db0f197591. --- autoload/Pl.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/Pl.vim b/autoload/Pl.vim index f2d8a4c5..00e2c592 100644 --- a/autoload/Pl.vim +++ b/autoload/Pl.vim @@ -563,7 +563,5 @@ let &l:statusline = '%!Pl#GetStatusline('. string(statusline['modes']) .','. a:current .')' endif endfor - - redraw endfunction " }}} " }}}