Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h1055 #define VE_BLOCK 5 // includes "all" macro
H A Dmisc2.c33 || ((cur_ve_flags & VE_BLOCK) && VIsual_active && VIsual_mode == Ctrl_V) in virtual_active()
H A Ddrawscreen.c2023 if (get_ve_flags() & VE_BLOCK) in win_update()
H A Dnormal.c5786 if (c == Ctrl_V && (get_ve_flags() & VE_BLOCK) && gchar_cursor() == TAB) in n_start_visual_mode()