summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-21 06:24:34 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-21 06:24:34 +0200
commit883f5d08e48e0e8b6d7bcade0cc48a36fc41931e (patch)
tree84d6f3846624c3b5c7160f7c80af5885388b4ca8 /src/vim.h
parenta8ffcbbf5d6070380e41b3d0841c3944396a27c0 (diff)
downloadvim-git-883f5d08e48e0e8b6d7bcade0cc48a36fc41931e.tar.gz
Command line completion for :ownsyntax. (Dominique Pelle)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index b34079201..cb2bc7da1 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -769,6 +769,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#define EXPAND_SIGN 34
#define EXPAND_PROFILE 35
#define EXPAND_BEHAVE 36
+#define EXPAND_FILETYPE 37
/* Values for exmode_active (0 is no exmode) */
#define EXMODE_NORMAL 1
@@ -1556,7 +1557,7 @@ typedef unsigned short disptick_T; /* display tick type */
/*
* Well, you won't believe it, but some S/390 machines ("host", now also known
- * as zServer) us 31 bit pointers. There are also some newer machines, that
+ * as zServer) use 31 bit pointers. There are also some newer machines, that
* use 64 bit pointers. I don't know how to distinguish between 31 and 64 bit
* machines, so the best way is to assume 31 bits whenever we detect OS/390
* Unix.