Home
last modified time | relevance | path

Searched refs:NO_LOCAL_UNDOLEVEL (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Doption.c339 curbuf->b_p_ul = NO_LOCAL_UNDOLEVEL; in set_init_1()
1658 value = NO_LOCAL_UNDOLEVEL; in do_set()
5179 buf->b_p_ul = NO_LOCAL_UNDOLEVEL; in unset_global_local_option()
5351 case PV_UL: return curbuf->b_p_ul != NO_LOCAL_UNDOLEVEL in get_varp()
6073 buf->b_p_ul = NO_LOCAL_UNDOLEVEL; in buf_copy_options()
H A Doption.h1331 #define NO_LOCAL_UNDOLEVEL -123456 macro
H A Dundo.c349 if (curbuf->b_p_ul == NO_LOCAL_UNDOLEVEL) in get_undolevel()
H A Dbuffer.c2354 buf->b_p_ul = NO_LOCAL_UNDOLEVEL; in free_buf_options()