Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dbuffer.h26 GETFILE_OPEN_OTHER = -1, // success, opened another file enumerator
H A Dtag.c2934 if (getfile_result == GETFILE_OPEN_OTHER) { in jumpto_tag()
H A Dex_cmds.c2245 retval = GETFILE_OPEN_OTHER; // opened another file in getfile()
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h947 #define GETFILE_OPEN_OTHER -1 // success, opened another file macro
H A Dtag.c3697 if (getfile_result == GETFILE_OPEN_OTHER) in jumpto_tag()
H A Dex_cmds.c2443 retval = GETFILE_OPEN_OTHER; // opened another file in getfile()