Skip to content

Commit ae6464c

Browse files
authored
Merge pull request #2008 from h-east/update-usr_05
Update usr_05.{txt,jax}
2 parents 30272ed + 86542e2 commit ae6464c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

doc/usr_05.jax

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -493,7 +493,9 @@ highlight-yank パッケージの追加 *hlyank-install* *package-hlyank*
493493
<
494494
異なるハイライト期間を使用するには、以下を使用します: >
495495
:let g:hlyank_duration = 300
496-
<
496+
単位はミリ秒で、上限は 3000 ms です。これより大きい値を設定すると、ハイライト
497+
期間は 3000 ms になります。
498+
497499
ビジュアルモードでハイライトするには、以下を使用します: >
498500
:let g:hlyank_invisual = v:true
499501

en/usr_05.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -470,8 +470,8 @@ Load the plugin with this command: >
470470
packadd hlyank
471471
<
472472
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.
475475

476476
The plugin understands the following configuration variables (the settings
477477
show the default values).
@@ -481,7 +481,9 @@ To specify a different highlighting group, use: >
481481
<
482482
To use a different highlighting duration, use: >
483483
: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+
485487
To highlight in visual mode, use: >
486488
:let g:hlyank_invisual = v:true
487489

0 commit comments

Comments
 (0)