summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-11 21:33:32 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-11 21:33:32 +0000
commitb348038631bb7cf318c56c19bf3ccae87e525687 (patch)
tree4a70ac042a7e6e82482031148520885a798254b2 /src
parent292ad19e925d5f90d78af8cbae2cf449cf4253f7 (diff)
updated for version 7.0167
Diffstat (limited to 'src')
-rw-r--r--src/option.h5
-rw-r--r--src/structs.h3
-rw-r--r--src/version.h4
3 files changed, 8 insertions, 4 deletions
diff --git a/src/option.h b/src/option.h
index 9421d162ce..71ffa9030d 100644
--- a/src/option.h
+++ b/src/option.h
@@ -147,6 +147,7 @@
#define CPO_LINEOFF 'o'
#define CPO_OVERNEW 'O' /* silently overwrite new file */
#define CPO_LISP 'p' /* 'lisp' indenting */
+#define CPO_FNAMEAPP 'P' /* set file name for ":w >>file" */
#define CPO_JOINCOL 'q' /* with "3J" use column after first join */
#define CPO_REDO 'r'
#define CPO_REMMARK 'R' /* remove marks when filtering */
@@ -179,8 +180,8 @@
#define CPO_CHDIR '.' /* don't chdir if buffer is modified */
/* default values for Vim, Vi and POSIX */
#define CPO_VIM "aABceFs"
-#define CPO_VI "aAbBcCdDeEfFgHiIjJkKlLmMnoOpqrRsStuvwWxXyZ$!%*-+<>"
-#define CPO_ALL "aAbBcCdDeEfFgHiIjJkKlLmMnoOpqrRsStuvwWxXyZ$!%*-+<>#{|&/\\."
+#define CPO_VI "aAbBcCdDeEfFgHiIjJkKlLmMnoOpPqrRsStuvwWxXyZ$!%*-+<>"
+#define CPO_ALL "aAbBcCdDeEfFgHiIjJkKlLmMnoOpPqrRsStuvwWxXyZ$!%*-+<>#{|&/\\."
/* characters for p_ww option: */
#define WW_ALL "bshl<>[],~"
diff --git a/src/structs.h b/src/structs.h
index 293b59f50c..208b2d0493 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -432,6 +432,9 @@ typedef struct
int keepmarks; /* TRUE when ":keepmarks" was used */
int keepjumps; /* TRUE when ":keepjumps" was used */
int lockmarks; /* TRUE when ":lockmarks" was used */
+# ifdef FEAT_AUTOCMD
+ char_u *save_ei; /* saved value of 'eventignore' */
+# endif
} cmdmod_T;
/*
diff --git a/src/version.h b/src/version.h
index 964c1dbe81..3649294fd7 100644
--- a/src/version.h
+++ b/src/version.h
@@ -36,5 +36,5 @@
#define VIM_VERSION_NODOT "vim70aa"
#define VIM_VERSION_SHORT "7.0aa"
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
-#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 10)"
-#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 10, compiled "
+#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 11)"
+#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 11, compiled "