Searched refs:P_VIM (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | optiondefs.h | 925 {"esckeys", "ek", P_BOOL|P_VIM, 1295 {"history", "hi", P_NUM|P_VIM, 1725 {"modeline", "ml", P_BOOL|P_VIM, 1740 {"more", NULL, P_BOOL|P_VIM, 2321 {"showcmd", "sc", P_BOOL|P_VIM, 2340 {"showmode", "smd", P_BOOL|P_VIM, 2515 {"tagcase", "tc", P_STRING|P_VIM, 2530 {"tagrelative", "tr", P_BOOL|P_VIM, 2616 {"textauto", "ta", P_BOOL|P_VIM, 2834 |P_VIM|P_CURSWANT, [all …]
|
| H A D | option.h | 34 #define P_VIM 0x800 // Vim option, reset when 'cp' set macro
|
| H A D | option.c | 6981 if ( ((options[opt_idx].flags & P_VIM) && p_cp) in compatible_set()
|