comparison src/vim.h @ 8522:721e8d6cb7b5 v7.4.1551

commit https://github.com/vim/vim/commit/6bef5306e4f2cacb3a93667992c2312d4b293c9d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 21:28:26 2016 +0100 patch 7.4.1551 Problem: Cannot generate help tags in all doc directories. Solution: Make ":helptags ALL" work.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 21:30:04 +0100
parents caed4b2d305f
children 2f57bbe870ea
comparison
equal deleted inserted replaced
8521:2f5f0cb87906 8522:721e8d6cb7b5
2286 #ifdef FEAT_MZSCHEME 2286 #ifdef FEAT_MZSCHEME
2287 /* this is in main.c, cproto can't handle it. */ 2287 /* this is in main.c, cproto can't handle it. */
2288 int vim_main2(int argc, char **argv); 2288 int vim_main2(int argc, char **argv);
2289 #endif 2289 #endif
2290 2290
2291 /* Used for flags of do_in_path() */
2292 #define DIP_ALL 1 /* all matches, not just the first one */
2293 #define DIP_DIR 2 /* find directories instead of files. */
2294 #define DIP_ERR 4 /* give an error message when none found. */
2295
2291 #endif /* VIM__H */ 2296 #endif /* VIM__H */