Home
last modified time | relevance | path

Searched refs:ECMD_LAST (Results 1 – 10 of 10) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_cmds.h24 #define ECMD_LAST (linenr_T)-1 // use last position in all files macro
H A Dex_cmds.c2469 if ((oldbuf && newlnum == ECMD_LASTL) || newlnum == ECMD_LAST) { in do_ecmd()
2636 if (newlnum == ECMD_LAST || newlnum == ECMD_LASTL) { in do_ecmd()
H A Dex_cmds2.c1181 eap, ECMD_LAST, in do_argfile()
H A Dnormal.c5538 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LAST, in nv_gotofile()
H A Dex_docmd.c9106 *lnump = ECMD_LAST; in eval_vars()
/dports/editors/vim/vim-8.2.3745/src/
H A Darglist.c723 eap, ECMD_LAST, in do_argfile()
H A Dvim.h1067 #define ECMD_LAST (linenr_T)-1 // use last position in all files macro
H A Dex_cmds.c2722 if ((oldbuf && newlnum == ECMD_LASTL) || newlnum == ECMD_LAST) in do_ecmd()
2920 if (newlnum == ECMD_LAST || newlnum == ECMD_LASTL) in do_ecmd()
H A Dnormal.c4312 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LAST, in nv_gotofile()
H A Dex_docmd.c9067 *lnump = ECMD_LAST; in eval_vars()