comparison runtime/doc/tabpage.txt @ 14637:0ecb909e3249

Update runtime files. commit https://github.com/vim/vim/commit/fc65cabb15d0236bce001ad78e12a40511caf941 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 28 22:58:02 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 28 Aug 2018 23:00:08 +0200
parents 5c5908e81e93
children 0e473e9e70c2
comparison
equal deleted inserted replaced
14636:91eef21ff090 14637:0ecb909e3249
241 :tabm[ove] [N] *:tabm* *:tabmove* 241 :tabm[ove] [N] *:tabm* *:tabmove*
242 :[N]tabm[ove] 242 :[N]tabm[ove]
243 Move the current tab page to after tab page N. Use zero to 243 Move the current tab page to after tab page N. Use zero to
244 make the current tab page the first one. N is counted before 244 make the current tab page the first one. N is counted before
245 the move, thus if the second tab is the current one, 245 the move, thus if the second tab is the current one,
246 `:tabmove 1`` and `:tabmove 2` have no effect. 246 `:tabmove 1` and `:tabmove 2` have no effect.
247 Without N the tab page is made the last one. > 247 Without N the tab page is made the last one. >
248 :.tabmove " do nothing 248 :.tabmove " do nothing
249 :-tabmove " move the tab page to the left 249 :-tabmove " move the tab page to the left
250 :+tabmove " move the tab page to the right 250 :+tabmove " move the tab page to the right
251 :0tabmove " move the tab page to the beginning of the tab 251 :0tabmove " move the tab page to the beginning of the tab