File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- *motion.txt* For Vim バージョン 9.1. Last change: 2024 Dec 17
1
+ *motion.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -897,12 +897,12 @@ g'{mark} g`{mark}
897
897
898
898
899
899
*'[* *`[*
900
- '[ `[ 直前に変更またはヤンクされたテキストの最初の文字
901
- へ移動します 。
900
+ '[ `[ 直前に変更またはヤンクされたテキストの最初の文字へ移動
901
+ します。バッファを書き込む時にも設定されます 。
902
902
903
903
*']* *`]*
904
- '] `] 直前に変更またはヤンクされたテキストの最後の文字
905
- へ移動します 。
904
+ '] `] 直前に変更またはヤンクされたテキストの最後の文字へ移動
905
+ します。バッファを書き込む時にも設定されます 。
906
906
907
907
なんらかのオペレータコマンドを実行した後は、カーソルはオペレータを施したテキス
908
908
トの初めに置かれます。プットコマンド("p" もしくは "P")の後は、カーソルは挿入さ
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -895,12 +895,12 @@ Numbered mark should be stored. See |viminfo-file-marks|.
895
895
896
896
897
897
*'[* *`[*
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.
900
900
901
901
*']* *`]*
902
902
'] `] To the last character of the previously changed or
903
- yanked text.
903
+ yanked text. Also set when writing the buffer.
904
904
905
905
After executing an operator the Cursor is put at the beginning of the text
906
906
that was operated upon. After a put command ("p" or "P") the cursor is
You can’t perform that action at this time.
0 commit comments