Skip to content

Commit 80b2e7c

Browse files
authored
Merge pull request #2026 from h-east/update-motion
Update motion.{txt,jax}
2 parents 405cad4 + 865b3f1 commit 80b2e7c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/motion.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -897,12 +897,12 @@ g'{mark} g`{mark}
897897

898898

899899
*'[* *`[*
900-
'[ `[ 直前に変更またはヤンクされたテキストの最初の文字
901-
へ移動します
900+
'[ `[ 直前に変更またはヤンクされたテキストの最初の文字へ移動
901+
します。バッファを書き込む時にも設定されます
902902

903903
*']* *`]*
904-
'] `] 直前に変更またはヤンクされたテキストの最後の文字
905-
へ移動します
904+
'] `] 直前に変更またはヤンクされたテキストの最後の文字へ移動
905+
します。バッファを書き込む時にも設定されます
906906

907907
なんらかのオペレータコマンドを実行した後は、カーソルはオペレータを施したテキス
908908
トの初めに置かれます。プットコマンド("p" もしくは "P")の後は、カーソルは挿入さ

en/motion.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 17
1+
*motion.txt* For Vim version 9.1. Last change: 2025 Apr 03
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -895,12 +895,12 @@ Numbered mark should be stored. See |viminfo-file-marks|.
895895

896896

897897
*'[* *`[*
898-
'[ `[ To the first character of the previously changed
899-
or yanked text.
898+
'[ `[ To the first character of the previously changed,
899+
or yanked text. Also set when writing the buffer.
900900

901901
*']* *`]*
902902
'] `] To the last character of the previously changed or
903-
yanked text.
903+
yanked text. Also set when writing the buffer.
904904

905905
After executing an operator the Cursor is put at the beginning of the text
906906
that was operated upon. After a put command ("p" or "P") the cursor is

0 commit comments

Comments
 (0)