commit | ea408854a8360b6925122ce7709b424ab3005209 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 22:49:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 22:49:46 2005 +0000 |
tree | 2c5418f82336471cca7110bb10ed76d29f03fcea | |
parent | 29a1c1d374151aae361dbf39f4b599403fee2e66 [diff] [blame] |
updated for version 7.0093
diff --git a/src/vim.h b/src/vim.h index 21bce87..6dfc946 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -949,6 +949,7 @@ #define DT_HELP 8 /* like DT_TAG, but no wildcards */ #define DT_JUMP 9 /* jump to new tag or selection from list */ #define DT_CSCOPE 10 /* cscope find command (like tjump) */ +#define DT_FREE 99 /* free cached matches */ /* * flags for find_tags().