Home
last modified time | relevance | path

Searched refs:P_CURSWANT (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Doptiondefs.h325 {"aleph", "al", P_NUM|P_VI_DEF|P_CURSWANT,
342 {"arabic", "arab", P_BOOL|P_VI_DEF|P_VIM|P_CURSWANT,
647 |P_NODUP|P_CURSWANT,
652 {"commentstring", "cms", P_STRING|P_ALLOCED|P_VI_DEF|P_CURSWANT,
824 {"define", "def", P_STRING|P_ALLOCED|P_VI_DEF|P_CURSWANT,
846 {"diffexpr", "dex", P_STRING|P_VI_DEF|P_SECURE|P_CURSWANT,
947 |P_CURSWANT,
1034 {"foldlevelstart","fdls", P_NUM|P_VI_DEF|P_CURSWANT,
1080 {"foldopen", "fdo", P_STRING|P_VI_DEF|P_ONECOMMA|P_NODUP|P_CURSWANT,
1682 {"maxcombine", "mco", P_NUM|P_VI_DEF|P_CURSWANT,
[all …]
H A Doption.h57 #define P_CURSWANT 0x4000000L // update curswant required; not needed when macro
H A Doptionstr.c2498 && (get_option_flags(opt_idx) & (P_CURSWANT | P_RALL)) != 0) in did_set_string_option()
H A Doption.c3286 && (options[opt_idx].flags & (P_CURSWANT | P_RALL)) != 0) in set_bool_option()
3846 && (options[opt_idx].flags & (P_CURSWANT | P_RALL)) != 0) in set_num_option()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt13182 (Kana Natsuno) Add the P_CURSWANT flag for options.