Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Darglist.c723 eap, ECMD_LAST, in do_argfile()
H A Dvim.h1066 #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.c4285 if (do_ecmd(0, ptr, NULL, NULL, ECMD_LAST, in nv_gotofile()
H A Dex_docmd.c9027 *lnump = ECMD_LAST; in eval_vars()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt7111 Also, use ECMD_LAST more often to simplify the code.