diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-11 21:33:32 +0000 |
commit | b348038631bb7cf318c56c19bf3ccae87e525687 (patch) | |
tree | 4a70ac042a7e6e82482031148520885a798254b2 /src/option.h | |
parent | 292ad19e925d5f90d78af8cbae2cf449cf4253f7 (diff) | |
download | vim-git-b348038631bb7cf318c56c19bf3ccae87e525687.tar.gz |
updated for version 7.0167
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/option.h b/src/option.h index 9421d162c..71ffa9030 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<>[],~" |