From 40c00dc76f81665bc5fa8eff048000f6f730bd09 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Sat, 4 Apr 2009 01:01:35 -0500 Subject: [PATCH] fixed vim --- gvimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/gvimrc b/gvimrc index 2408b1a..8f49f0b 100644 --- a/gvimrc +++ b/gvimrc @@ -10,3 +10,4 @@ set guioptions-=R " Disable the (right) scrollbar set guioptions-=r " Disable the (right) scrollbar set guioptions-=l " Disable the (left) scrollbar set guioptions-=L " Disable the (left) scrollbar +set guioptions-=a " Share the copy buffer with visual mode