Skip to content

Commit

Permalink
Fix typo in vimscriptfull guide: addmatch->matchadd
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 15, 2014
1 parent a8999a6 commit 4052f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimscriptfull.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@
These are reserved for the user and for vim itself.
</li>
<li>
Use <code>addmatch()</code> to create a matchlevel unique to your
Use <code>matchadd()</code> to create a matchlevel unique to your
plugin.
</li>
</ul>
Expand Down

0 comments on commit 4052f39

Please sign in to comment.