File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *visual.txt* For Vim バージョン 9.1. Last change: 2023 Sep 19
1
+ *visual.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -375,7 +375,7 @@ Note: "I" と "A" は変更によって行が拡張されるときに違う動
375
375
は ":" は部分的に動作するようになるだろう。
376
376
377
377
ここに1つ、選択されたテキストを "date" の出力に置き換える例がある: >
378
- :vmap _a <Esc>`>a<CR><Esc>`<i<CR><Esc>!!date<CR>kJJ
378
+ :vmap _a <Esc>`>a<CR><Esc>`<i<CR><Esc>!!date<CR>kgJgJ
379
379
380
380
(<>表記 | <> | の中身は、これを入力する時には文字通り入力すれば良い; ただし
381
381
'cpoptions' から 'B' と '<' のフラグを外しておく必要がある)
Original file line number Diff line number Diff line change 1
- *visual.txt* For Vim version 9.1. Last change: 2023 Sep 19
1
+ *visual.txt* For Vim version 9.1. Last change: 2025 Jun 28
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -392,7 +392,7 @@ want only part of the line to be replaced you will have to make a mapping for
392
392
it. In a future release ":" may work on partial lines.
393
393
394
394
Here is an example, to replace the selected text with the output of "date": >
395
- :vmap _a <Esc>`>a<CR><Esc>`<i<CR><Esc>!!date<CR>kJJ
395
+ :vmap _a <Esc>`>a<CR><Esc>`<i<CR><Esc>!!date<CR>kgJgJ
396
396
397
397
(In the <> notation | <> | , when typing it you should type it literally; you
398
398
need to remove the 'B' and '<' flags from 'cpoptions' )
You can’t perform that action at this time.
0 commit comments