Remove POSIX 'cpoptions': '\'

This commit is contained in:
Michael Reed
2015-07-03 05:29:15 -04:00
parent 0661411bba
commit 4f444ae4f8
4 changed files with 2 additions and 18 deletions

View File

@@ -129,14 +129,13 @@
#define CPO_SPECI '<' /* don't recognize <> in mappings */
#define CPO_REGAPPEND '>' /* insert NL when appending to a register */
/* POSIX flags */
#define CPO_BACKSL '\\' /* \ is not special in [] */
#define CPO_SCOLON ';' /* using "," and ";" will skip over char if
* cursor would not move */
/* default values for Vim, Vi and POSIX */
#define CPO_VIM "aABceFs"
#define CPO_VI "aAbBcCdDeEfFiIJkKlLmMnoOpPqrRsStuvWxXyZ$!%+<>;"
#define CPO_ALL \
"aAbBcCdDeEfFiIJkKlLmMnoOpPqrRsStuvWxXyZ$!%+<>\\;"
"aAbBcCdDeEfFiIJkKlLmMnoOpPqrRsStuvWxXyZ$!%+<>;"
/* characters for p_ww option: */
#define WW_ALL "bshl<>[],~"