From dbb6e842cef1cf10bf34784778332abc897f8000 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 12 Mar 2010 04:07:39 +0100 Subject: [PATCH] vimrc: Don't redraw screen while executing macros. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index a585717..88db35b 100644 --- a/vimrc +++ b/vimrc @@ -125,6 +125,10 @@ set ruler " Display partial commands in the status line. set showcmd +" Don't redraw screen when executing macros; increases speed. Thanks to James +" Vega (http://git.jamessan.com/?p=etc/vim.git;a=summary). +set lazyredraw + " Visualize the line the cursor is currently in. if v:version >= 700 set cursorline -- 2.44.2