From 4052f397d9f3ef1a43247621c5763c861bbf622e Mon Sep 17 00:00:00 2001 From: "dbarnett@google.com" Date: Sat, 15 Nov 2014 02:14:20 +0000 Subject: [PATCH] Fix typo in vimscriptfull guide: addmatch->matchadd --- vimscriptfull.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimscriptfull.xml b/vimscriptfull.xml index 5369ea5..8d233f1 100644 --- a/vimscriptfull.xml +++ b/vimscriptfull.xml @@ -1389,7 +1389,7 @@ These are reserved for the user and for vim itself.
  • - Use addmatch() to create a matchlevel unique to your + Use matchadd() to create a matchlevel unique to your plugin.