aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/plaintex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/plaintex.vim')
-rw-r--r--runtime/ftplugin/plaintex.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/plaintex.vim b/runtime/ftplugin/plaintex.vim
index 9e0e402680..17c1f5672f 100644
--- a/runtime/ftplugin/plaintex.vim
+++ b/runtime/ftplugin/plaintex.vim
@@ -22,7 +22,7 @@ let b:undo_ftplugin .= "| unlet! b:match_ignorecase b:match_skip b:match_words"
let &l:define .= '\|\\new\(count\|dimen\|skip\|muskip\|box\|toks\|read\|write'
\ . '\|fam\|insert\)'
-" The following lines enable the macros/matchit.vim plugin for
+" The following lines enable the matchit.vim plugin for
" extended matching with the % key.
" There is no default meaning for \(...\) etc., but many users define one.
if exists("loaded_matchit")