From: Simon Ruderich Date: Thu, 21 May 2009 12:50:59 +0000 (+0200) Subject: vimrc: Fix doc typo. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=72de3b729ac15378cd843d7cd7e3a5eb423a3209;hp=2f291940dcca8ae31d4c5c523ad254e75169f56f;p=config%2Fdotfiles.git vimrc: Fix doc typo. --- diff --git a/vimrc b/vimrc index 644b59c..f469e39 100644 --- a/vimrc +++ b/vimrc @@ -68,7 +68,7 @@ set formatoptions+=l set virtualedit=block " Already display matches while typing the search command. This makes spotting -" errors easily. +" errors easy. set incsearch " Activate syntax folding.