comparison runtime/doc/tabpage.txt @ 29290:dc4de65a7fb7

Update runtime files Commit: https://github.com/vim/vim/commit/8a3b805c6c9cae341d560df9c3567ebbe42a7404 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 12:21:15 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 13:30:04 +0200
parents d19b7aee1925
children f8116058ca76
comparison
equal deleted inserted replaced
29289:430376616aac 29290:dc4de65a7fb7
136 above. > 136 above. >
137 :-tabclose " close the previous tab page 137 :-tabclose " close the previous tab page
138 :+tabclose " close the next tab page 138 :+tabclose " close the next tab page
139 :1tabclose " close the first tab page 139 :1tabclose " close the first tab page
140 :$tabclose " close the last tab page 140 :$tabclose " close the last tab page
141 :tabclose -2 " close the 2nd previous tab page 141 :tabclose -2 " close the 2nd previous tab page
142 :tabclose + " close the next tab page 142 :tabclose + " close the next tab page
143 :tabclose 3 " close the third tab page 143 :tabclose 3 " close the third tab page
144 :tabclose $ " close the last tab page 144 :tabclose $ " close the last tab page
145 :tabclose # " close the last accessed tab page 145 :tabclose # " close the last accessed tab page
146 146