diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-06-19 18:48:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-06-19 18:48:41 +0200 |
commit | e2db6c975b97685ca58bd767a2b98cd8a94c1938 (patch) | |
tree | c785a81c2f9accb97348ade2fefe517173326e00 /runtime/doc/Makefile | |
parent | b8c890035efd694daab5cdd71b5265c52c23fa81 (diff) | |
download | vim-git-e2db6c975b97685ca58bd767a2b98cd8a94c1938.tar.gz |
Add the logiPat plugin to the distribution.
Diffstat (limited to 'runtime/doc/Makefile')
-rw-r--r-- | runtime/doc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 86ccb74ff..dc49bb7e7 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -75,6 +75,7 @@ DOCS = \ pattern.txt \ pi_getscript.txt \ pi_gzip.txt \ + pi_logipat.txt \ pi_netrw.txt \ pi_paren.txt \ pi_spec.txt \ @@ -207,6 +208,7 @@ HTMLS = \ pattern.html \ pi_getscript.html \ pi_gzip.html \ + pi_logipat.html \ pi_netrw.html \ pi_paren.html \ pi_spec.html \ |