mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix typo in vimscriptfull guide: addmatch->matchadd
This commit is contained in:
parent
a8999a616f
commit
4052f397d9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user