From 675dab273088e9865bf74414b84288619ea77cf0 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 14 Oct 2007 15:08:41 +0000 Subject: [PATCH] Fixed spelling error git-svn-id: http://macvim.googlecode.com/svn/trunk@320 96c4425d-ca35-0410-94e5-3396d5c13a8f --- runtime/doc/gui_mac.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/gui_mac.txt b/runtime/doc/gui_mac.txt index 2fadb4b7f4..f43a0841e7 100644 --- a/runtime/doc/gui_mac.txt +++ b/runtime/doc/gui_mac.txt @@ -416,7 +416,7 @@ Typing feels sluggish when the cursor is just before a right bracket (i.e. ')', '}', or ']'). Solution: ~ Disable the "matchparen" plugin (see |matchparen|) by typing :NoMatchParen. -If that helps, then you can permantenly disable "matchparen" by adding the +If that helps, then you can permanently disable "matchparen" by adding the following line to your "~/.vimrc": > let loaded_matchparen=1 <