From 8e50a9f15f1f1d3e269bc8e7b43b162110dc96eb Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 30 Apr 2005 06:45:53 +0000 Subject: [PATCH 1/1] +set noincsearch - For broken Mandrake. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 95fe92e..ed7d998 100644 --- a/.vimrc +++ b/.vimrc @@ -49,6 +49,7 @@ set nowritebackup set exrc set nostartofline set nohlsearch +set noincsearch set fo=tcq1 set viminfo='100,\"1000,:100,/40 " FIXME: Learn how to do :tag instead of :tselect with :cstag (used by :tag and CTRL-] if set cst) -- 1.8.3.1