comparison src/option.h @ 10:4e2284e71352

updated for version 7.0002
author vimboss
date Thu, 24 Jun 2004 15:53:16 +0000
parents 3fc0f57ecb91
children 4424b47a0797
comparison
equal deleted inserted replaced
9:4102fb4ea781 10:4e2284e71352
127 #define CPO_EMPTYREGION 'E' /* operating on empty region is an error */ 127 #define CPO_EMPTYREGION 'E' /* operating on empty region is an error */
128 #define CPO_FNAMER 'f' /* set file name for ":r file" */ 128 #define CPO_FNAMER 'f' /* set file name for ":r file" */
129 #define CPO_FNAMEW 'F' /* set file name for ":w file" */ 129 #define CPO_FNAMEW 'F' /* set file name for ":w file" */
130 #define CPO_GOTO1 'g' /* goto line 1 for ":edit" */ 130 #define CPO_GOTO1 'g' /* goto line 1 for ":edit" */
131 #define CPO_INTMOD 'i' /* interrupt a read makes buffer modified */ 131 #define CPO_INTMOD 'i' /* interrupt a read makes buffer modified */
132 #define CPO_INDENT 'I' /* remove auto-indent more often */
132 #define CPO_JOINSP 'j' /* only use two spaces for join after '.' */ 133 #define CPO_JOINSP 'j' /* only use two spaces for join after '.' */
133 #define CPO_ENDOFSENT 'J' /* need two spaces to detect end of sentence */ 134 #define CPO_ENDOFSENT 'J' /* need two spaces to detect end of sentence */
134 #define CPO_KEYCODE 'k' /* don't recognize raw key code in mappings */ 135 #define CPO_KEYCODE 'k' /* don't recognize raw key code in mappings */
135 #define CPO_KOFFSET 'K' /* don't wait for key code in mappings */ 136 #define CPO_KOFFSET 'K' /* don't wait for key code in mappings */
136 #define CPO_LITERAL 'l' /* take char after backslash in [] literal */ 137 #define CPO_LITERAL 'l' /* take char after backslash in [] literal */
156 #define CPO_FILTER '!' 157 #define CPO_FILTER '!'
157 #define CPO_MATCH '%' 158 #define CPO_MATCH '%'
158 #define CPO_STAR '*' /* ":*" means ":@" */ 159 #define CPO_STAR '*' /* ":*" means ":@" */
159 #define CPO_SPECI '<' /* don't recognize <> in mappings */ 160 #define CPO_SPECI '<' /* don't recognize <> in mappings */
160 #define CPO_DEFAULT "aABceFs" 161 #define CPO_DEFAULT "aABceFs"
161 #define CPO_ALL "aAbBcCdDeEfFgijJkKlLmMnoOprRsStuvwWxy$!%*<" 162 #define CPO_ALL "aAbBcCdDeEfFgiIjJkKlLmMnoOprRsStuvwWxy$!%*<"
162 163
163 /* characters for p_ww option: */ 164 /* characters for p_ww option: */
164 #define WW_ALL "bshl<>[],~" 165 #define WW_ALL "bshl<>[],~"
165 166
166 /* characters for p_mouse option: */ 167 /* characters for p_mouse option: */