Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dstate.c115 || ((ve_flags & VE_BLOCK) && VIsual_active && VIsual_mode == Ctrl_V) in virtual_active()
H A Doption_defs.h710 #define VE_BLOCK 5 // includes "all" macro
H A Dnormal.c6788 if (c == Ctrl_V && (ve_flags & VE_BLOCK) && gchar_cursor() == TAB) { in n_start_visual_mode()
H A Dscreen.c1215 if (curwin->w_curswant == MAXCOL && !(ve_flags & VE_BLOCK)) { in win_update()
/dports/editors/vim/vim-8.2.3745/src/
H A Doption.h1051 #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.c2022 if (get_ve_flags() & VE_BLOCK) in win_update()
H A Dnormal.c5813 if (c == Ctrl_V && (get_ve_flags() & VE_BLOCK) && gchar_cursor() == TAB) in n_start_visual_mode()