diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-12 21:43:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-12 21:43:48 +0200 |
commit | 957f85d54ebd5a3bd0d930de9603190f0876f977 (patch) | |
tree | f6073ef8778cb1f065d4be719c9ed6e44c339131 /runtime/doc/Makefile | |
parent | bc4fd43160739efb93c39589dcc9ffd5d5a951d0 (diff) | |
download | vim-git-957f85d54ebd5a3bd0d930de9603190f0876f977.tar.gz |
patch 8.1.1329: plans for popup window support are spread outv8.1.1329
Problem: Plans for popup window support are spread out.
Solution: Add a first version of the popup window help.
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 7dbb2bae1..3db1190a0 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -83,6 +83,7 @@ DOCS = \ pi_tar.txt \ pi_vimball.txt \ pi_zip.txt \ + popup.txt \ print.txt \ quickfix.txt \ quickref.txt \ @@ -220,6 +221,7 @@ HTMLS = \ pi_tar.html \ pi_vimball.html \ pi_zip.html \ + popup.html \ print.html \ quickfix.html \ quickref.html \ |