Skip to content

Commit c1bcc0f

Browse files
authored
Merge pull request #2396 from h-east/update-index
Update index.{txt,jax}
2 parents b19722d + 1efd937 commit c1bcc0f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/index.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1+
*index.txt* For Vim バージョン 9.1. Last change: 2025 Oct 31
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -819,7 +819,8 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
819819
|g@| g@{motion} 'operatorfunc' を呼ぶ。
820820
|g~| g~{motion} 2 Nmove テキストの大文字、小文字を変換する
821821
|g<Down>| g<Down> 1 "gj" と同じ。
822-
|g<End>| g<End> 1 "g$" と同じ。
822+
|g<End>| g<End> 1 "g$" と同じだが、代わりに、最右端の非空白文
823+
字に移動する。
823824
|g<Home>| g<Home> 1 "g0" と同じ。
824825
|g<LeftMouse>| g<LeftMouse> <C-LeftMouse> と同じ。
825826
g<MiddleMouse> <C-MiddleMouse> と同じ。

en/index.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.1. Last change: 2025 Aug 06
1+
*index.txt* For Vim version 9.1. Last change: 2025 Oct 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -807,7 +807,8 @@ tag char note action in Normal mode ~
807807
|g@| g@{motion} call 'operatorfunc'
808808
|g~| g~{motion} 2 swap case for Nmove text
809809
|g<Down>| g<Down> 1 same as "gj"
810-
|g<End>| g<End> 1 same as "g$"
810+
|g<End>| g<End> 1 same as "g$" but go to the rightmost
811+
non-blank character instead
811812
|g<Home>| g<Home> 1 same as "g0"
812813
|g<LeftMouse>| g<LeftMouse> same as <C-LeftMouse>
813814
g<MiddleMouse> same as <C-MiddleMouse>

0 commit comments

Comments
 (0)