Home
last modified time | relevance | path

Searched refs:IN_SEP_LINE (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c145 return IN_SEP_LINE; in get_fpos_of_mouse()
687 in_sep_line = (jump_flags & IN_SEP_LINE); in do_mouse()
691 && !(jump_flags & (IN_STATUS_LINE | IN_SEP_LINE))) in do_mouse()
1553 return IN_SEP_LINE; in jump_to_mouse()
1774 return IN_SEP_LINE; in jump_to_mouse()
1776 return IN_SEP_LINE | CURSOR_MOVED; in jump_to_mouse()
1810 return IN_SEP_LINE; // Cursor didn't move in jump_to_mouse()
H A Dvim.h1939 #define IN_SEP_LINE 4 // on vertical separator line macro