Skip to content

Commit 4052f39

Browse files
author
dbarnett@google.com
committed
Fix typo in vimscriptfull guide: addmatch->matchadd
1 parent a8999a6 commit 4052f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimscriptfull.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@
13891389
These are reserved for the user and for vim itself.
13901390
</li>
13911391
<li>
1392-
Use <code>addmatch()</code> to create a matchlevel unique to your
1392+
Use <code>matchadd()</code> to create a matchlevel unique to your
13931393
plugin.
13941394
</li>
13951395
</ul>

0 commit comments

Comments
 (0)