File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1- *various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 15
1+ *various.txt* For Vim バージョン 9.1. Last change: 2024 Dec 16
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -327,9 +327,6 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
327327 `:term ++shell ++close {cmd} ` は、`:! {cmd}` の機能に近
328328 いものになる。
329329
330- *:!-range*
331- :{range} !{cmd} | :! | と似ているが、{range} の各行に対して {cmd} を実行
332- する。
333330 *:!!*
334331:!! 最後の ":!{cmd} " を繰り返します。
335332
Original file line number Diff line number Diff line change 1- *various.txt* For Vim version 9.1. Last change: 2024 Dec 15
1+ *various.txt* For Vim version 9.1. Last change: 2024 Dec 16
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -322,9 +322,6 @@ g8 Print the hex values of the bytes used in the
322322 in Vim window. `:term ++shell ++close {cmd} ` could
323323 serve as close approximation to what `:! {cmd}` does.
324324
325- *:!-range*
326- :{range} !{cmd} Like | :! | but execute {cmd} for each line in the
327- {range} .
328325 *:!!*
329326:!! Repeat last ":!{cmd} ".
330327
You can’t perform that action at this time.
0 commit comments