0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1551

Problem:    Cannot generate help tags in all doc directories.
Solution:   Make ":helptags ALL" work.
This commit is contained in:
Bram Moolenaar
2016-03-12 21:28:26 +01:00
parent 2d8f56acb3
commit 6bef5306e4
6 changed files with 172 additions and 132 deletions

View File

@@ -2288,4 +2288,9 @@ typedef int VimClipboard; /* This is required for the prototypes. */
int vim_main2(int argc, char **argv);
#endif
/* Used for flags of do_in_path() */
#define DIP_ALL 1 /* all matches, not just the first one */
#define DIP_DIR 2 /* find directories instead of files. */
#define DIP_ERR 4 /* give an error message when none found. */
#endif /* VIM__H */