Skip to content

Update motion.{txt,jax} #2026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/motion.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03


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


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

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

なんらかのオペレータコマンドを実行した後は、カーソルはオペレータを施したテキス
トの初めに置かれます。プットコマンド("p" もしくは "P")の後は、カーソルは挿入さ
Expand Down
8 changes: 4 additions & 4 deletions en/motion.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim version 9.1. Last change: 2024 Dec 17
*motion.txt* For Vim version 9.1. Last change: 2025 Apr 03


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


*'[* *`[*
'[ `[ To the first character of the previously changed
or yanked text.
'[ `[ To the first character of the previously changed,
or yanked text. Also set when writing the buffer.

*']* *`]*
'] `] To the last character of the previously changed or
yanked text.
yanked text. Also set when writing the buffer.

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