Skip to content

Commit 2fc66ff

Browse files
authored
Merge pull request #1477 from vim-jp/hh-update-tabpage
Update tabpage.{txt,jax}
2 parents a660ac3 + bcd8647 commit 2fc66ff

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

doc/tabpage.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim バージョン 9.1. Last change: 2022 Feb 02
1+
*tabpage.txt* For Vim バージョン 9.1. Last change: 2024 Mar 25
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -197,7 +197,7 @@ gt *i_CTRL-<PageDown>* *i_<C-PageDown>*
197197
:1tabnext " 最初のタブページに移動する
198198
:$tabnext " 最後のタブページに移動する
199199
:tabnext $ " 同上
200-
:tabnext # " 最後にアクセスしたタブページに移動する
200+
:tabnext # " 最後にアクセスしたタブページに移動する
201201
:tabnext - " 前のタブページに移動する
202202
:tabnext -1 " 同上
203203
:tabnext + " 次のタブページに移動する
@@ -249,16 +249,16 @@ g<Tab> 最後にアクセスしたタブページへ移動します。
249249
:tabm[ove] [N] *:tabm* *:tabmove*
250250
:[N]tabm[ove]
251251
カレントタブページを N 番目のタブページの後ろに移動します。カ
252-
レントタブページを一番目のタブページにするにはゼロを指定します
252+
レントタブページを1番目のタブページにするにはゼロを指定します
253253
N は移動前に数えられるので、2番目のタブがカレントタブであれば、
254254
`:tabmove 1` と `:tabmove 2` は効果がありません。
255255
N を省略すると最後に移動します。 >
256256
:.tabmove " 何もしない
257257
:-tabmove " タブページを左に移動
258258
:+tabmove " タブページを右に移動
259-
:0tabmove " タブページを左端に移動
259+
:0tabmove " タブページを先頭に移動
260260
:tabmove 0 " 同上
261-
:tabmove " タブページを右端に移動
261+
:tabmove " タブページを最後尾に移動
262262
:$tabmove " 同上
263263
:tabmove $ " 同上
264264
:tabmove # " 最後にアクセスしたタブページの後ろにタブペー

en/tabpage.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*tabpage.txt* For Vim version 9.1. Last change: 2022 Feb 02
1+
*tabpage.txt* For Vim version 9.1. Last change: 2024 Mar 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -196,7 +196,7 @@ gt *i_CTRL-<PageDown>* *i_<C-PageDown>*
196196
:1tabnext " go to the first tab page
197197
:$tabnext " go to the last tab page
198198
:tabnext $ " as above
199-
:tabnext # " go to the last accessed tab page
199+
:tabnext # " go to the last accessed tab page
200200
:tabnext - " go to the previous tab page
201201
:tabnext -1 " as above
202202
:tabnext + " go to the next tab page
@@ -248,13 +248,12 @@ REORDERING TAB PAGES:
248248
Move the current tab page to after tab page N. Use zero to
249249
make the current tab page the first one. N is counted before
250250
the move, thus if the second tab is the current one,
251-
`:tabmove 1` and `:tabmove 2` have no effect.
251+
`:tabmove 1` and `:tabmove 2` have no effect.
252252
Without N the tab page is made the last one. >
253253
:.tabmove " do nothing
254254
:-tabmove " move the tab page to the left
255255
:+tabmove " move the tab page to the right
256-
:0tabmove " move the tab page to the beginning of the tab
257-
" list
256+
:0tabmove " move the tab page to the first
258257
:tabmove 0 " as above
259258
:tabmove " move the tab page to the last
260259
:$tabmove " as above

0 commit comments

Comments
 (0)