diff --git a/.projections.json b/.projections.json
index 2015351..2b90e2a 100644
--- a/.projections.json
+++ b/.projections.json
@@ -1,6 +1,7 @@
{
"plugin/*.vim": {"type": "plugin"},
"autoload/*.vim": {"type": "autoload"},
+ "after/*.vim": {"type": "after"},
"doc/*.txt": {"type": "doc"},
"README.md": {"type": "readme"},
"test/*": {"type": "test"}
diff --git a/doc/matchup.txt b/doc/matchup.txt
index 16d47fa..d513364 100644
--- a/doc/matchup.txt
+++ b/doc/matchup.txt
@@ -1,8 +1,10 @@
*matchup.txt* modern matching words
*matchup* *match-up*
-Author: Andy Massimino
-Web: https://github.com/andymass/vim-matchup
+Author: Andy Massimino
+Web: https://github.com/andymass/vim-matchup
+Script ID: 5624
+Version: 0.3.a
License: MIT license {{{
Copyright (c) 2018 Andy Massimino
@@ -130,7 +132,7 @@ z% go to inside [count]th nearest block. This is an
<
*v_a%* *a%*
a% select an |any-block|.
- This closely matches match vim's built-in |ab|.
+ This closely matches vim's built-in |ab|.
*v_Na%* *Na%*
{count}a% select an |open-to-close-block|.
@@ -139,7 +141,7 @@ a% select an |any-block|.
*v_i%* *i%*
i% select the inside of an |any-block|.
- This closely matches match vim's built-in |ib|.
+ This closely matches vim's built-in |ib|.
See also |matchup-feat-linewise|.
*v_Ni%* *Ni%*
@@ -948,4 +950,4 @@ Contributing~
Please read the contribution guidelines (CONTRIBUTING.md) before contributing.
==============================================================================
- vim:tw=78:ts=8:ft=help:norl:
+ vim:tw=78:ts=8:ft=help:norl:fen:fdl=0:fdm=marker