neovim/test/functional/autocmd
butwerenotthereyet cbc8d72fde tabpage: track last-used tabpage #11626
In a multi-window scenario, it is possible to return focus to the last
accessed window via n_CTRL-W_p.  However, in the case of a multi-tab
scenario, there was previously no way to return focus to the last
accessed *tab*.  Here, that ability is added via n_g<tab>.

Additionally, the index of the previous tab is exposed via
tabpagenr('#'), mirroring the existing functionality of winnr('#').
2020-01-02 06:06:11 -08:00
..
autocmd_spec.lua test: Rename meth_pcall to pcall_err 2019-09-06 17:19:07 -07:00
bufenter_spec.lua tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
cmdline_spec.lua doc: fix typos 2019-11-27 22:47:25 -08:00
cursorhold_spec.lua Fix missing CursorHoldI events (#3758) 2019-07-16 01:35:43 +02:00
cursormoved_spec.lua cursormoved: add tests for CursorMoved 2019-03-29 10:58:53 +01:00
dirchanged_spec.lua DirChanged: support <buffer> (#8140) 2018-03-16 07:29:20 +01:00
filetype_spec.lua tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
signal_spec.lua events: add "Signal" event #9564 2019-02-04 02:39:05 +01:00
tabclose_spec.lua API: deprecate nvim_command_output 2019-12-02 20:52:06 -08:00
tabnew_spec.lua Windows: enable more tests 2017-01-13 01:17:12 +01:00
tabnewentered_spec.lua tabpage: track last-used tabpage #11626 2020-01-02 06:06:11 -08:00
termxx_spec.lua autocmds: TermEnter, TermLeave #8550 2019-09-14 15:54:19 -07:00
textyankpost_spec.lua TextYankPost: spurious/too-early dispatch during delete #10392 2019-07-29 00:50:11 +02:00