Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dautocmd.c118 {"CursorMoved", EVENT_CURSORMOVED},
1762 return (first_autopat[(int)EVENT_CURSORMOVED] != NULL); in has_cursormoved()
H A Dvim.h1308 EVENT_CURSORMOVED, // cursor was moved enumerator
H A Dmain.c1288 apply_autocmds(EVENT_CURSORMOVED, NULL, NULL, in main_loop()
H A Dgui.c5259 apply_autocmds(EVENT_CURSORMOVED, NULL, NULL, FALSE, curbuf); in gui_update_screen()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dnormal.c1234 if (!finish_op && (has_event(EVENT_CURSORMOVED) || curwin->w_p_cole > 0) in normal_check_cursor_moved()
1236 if (has_event(EVENT_CURSORMOVED)) { in normal_check_cursor_moved()
1237 apply_autocmds(EVENT_CURSORMOVED, NULL, NULL, false, curbuf); in normal_check_cursor_moved()
H A Dwindow.c4537 apply_autocmds(EVENT_CURSORMOVED, NULL, NULL, false, curbuf); in win_enter_ext()