From 132b8669dd472253fb9bd919ee36878d30893a4f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 13 May 2013 11:43:42 -0400 Subject: [PATCH] set linespace=0 on Windows --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 7d56912..ea67c90 100644 --- a/vimrc +++ b/vimrc @@ -58,6 +58,7 @@ if has("win32") || has("win64") let $CHERE_INVOKING=1 endif set guifont=Consolas:h11:cANSI + set linespace=0 endif " mappings