Home
last modified time | relevance | path

Searched refs:is_VIsual (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c643 && !oap->is_VIsual in op_delete()
897 && !oap->is_VIsual) in op_delete()
922 oap->op_type == OP_DELETE && !oap->is_VIsual); in op_delete()
943 oap->op_type == OP_DELETE && !oap->is_VIsual); in op_delete()
1336 if (!did_change && oap->is_VIsual) in op_tilde()
2445 if (!change_cnt && oap->is_VIsual) in op_addsub()
3051 oparg.is_VIsual = 1; in cursor_pos_info()
3257 if (oap->is_VIsual) in op_colon()
3509 oap->is_VIsual = VIsual_active; in do_pending_operator()
3892 && (!oap->is_VIsual || *p_sel == 'o') in do_pending_operator()
[all …]
H A Dtextformat.c818 if (oap->is_VIsual) in op_format()
852 if (oap->is_VIsual) in op_format()
878 if (oap->is_VIsual) in op_formatexpr()
H A Dindent.c1083 oap->is_VIsual ? start_lnum + oap->line_count : in op_reindent()
1085 else if (oap->is_VIsual) in op_reindent()
H A Dregister.c1037 (void)dict_add_bool(v_event, "visual", oap->is_VIsual); in yank_do_autocmd()
1179 && (!oap->is_VIsual || *p_sel == 'o') in op_yank()
H A Dstructs.h3825 int is_VIsual; // operator on Visual area member
H A Dnormal.c1346 oa.is_VIsual = TRUE; in call_yank_do_autocmd()