Fix typo in vimscriptfull guide: addmatch->matchadd

This commit is contained in:
dbarnett@google.com 2014-11-15 02:14:20 +00:00
parent a8999a616f
commit 4052f397d9

View File

@ -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>