Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h18 GETF_SWITCH = 0x04, // respect 'switchbuf' settings when jumping enumerator
H A Dbuffer.c1995 if (options & GETF_SWITCH) { in buflist_getfile()
H A Dquickfix.c2701 GETF_SETMARK | GETF_SWITCH, forceit); in qf_jump_edit_buffer()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h941 #define GETF_SWITCH 0x04 // respect 'switchbuf' settings when jumping macro
H A Dbuffer.c2416 if (options & GETF_SWITCH) in buflist_getfile()
H A Dquickfix.c3155 (linenr_T)1, GETF_SETMARK | GETF_SWITCH, forceit); in qf_jump_edit_buffer()