summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-01 21:47:16 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-01 21:47:16 +0000
commitb8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97 (patch)
tree090b45a23993b236f0a8c18fd2297f3142194066 /src/vim.h
parent280f126ef03c4e7d71d2c8341d661d3e37157851 (diff)
downloadvim-git-b8a7b560b1c25a059dfb57cbe40f0a3f98ed8e97.tar.gz
updated for version 7.0191
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index bc0b334ed..7b7953273 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -945,6 +945,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#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_LTAG 11 /* tag using location list */
#define DT_FREE 99 /* free cached matches */
/*
@@ -1104,6 +1105,7 @@ enum auto_event
EVENT_FUNCUNDEFINED, /* if calling a function which doesn't exist */
EVENT_REMOTEREPLY, /* upon string reception from a remote vim */
EVENT_SWAPEXISTS, /* found existing swap file */
+ EVENT_SPELLFILEMISSING, /* spell file missing */
NUM_EVENTS /* MUST be the last one */
};