File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- *usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18
1
+ *usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Mar 22
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -493,7 +493,9 @@ highlight-yank パッケージの追加 *hlyank-install* *package-hlyank*
493
493
<
494
494
異なるハイライト期間を使用するには、以下を使用します: >
495
495
:let g:hlyank_duration = 300
496
- <
496
+ 単位はミリ秒で、上限は 3000 ms です。これより大きい値を設定すると、ハイライト
497
+ 期間は 3000 ms になります。
498
+
497
499
ビジュアルモードでハイライトするには、以下を使用します: >
498
500
:let g:hlyank_invisual = v:true
499
501
Original file line number Diff line number Diff line change 1
- *usr_05.txt* For Vim version 9.1. Last change: 2025 Mar 18
1
+ *usr_05.txt* For Vim version 9.1. Last change: 2025 Mar 22
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -470,8 +470,8 @@ Load the plugin with this command: >
470
470
packadd hlyank
471
471
<
472
472
This package briefly highlights the affected region of the last | yank |
473
- command. See | 52.6 | for a simplified implementation using the | getregionpos() |
474
- function.
473
+ command. See | 52.6 | for a simplified implementation using the
474
+ | getregionpos() | function.
475
475
476
476
The plugin understands the following configuration variables (the settings
477
477
show the default values).
@@ -481,7 +481,9 @@ To specify a different highlighting group, use: >
481
481
<
482
482
To use a different highlighting duration, use: >
483
483
:let g:hlyank_duration = 300
484
- <
484
+ The unit is milliseconds, and the upper limit is 3000 ms. If you set a value
485
+ higher than this, the highlighting duration will be 3000 ms.
486
+
485
487
To highlight in visual mode, use: >
486
488
:let g:hlyank_invisual = v:true
487
489
You can’t perform that action at this time.
0 commit comments