diff --git a/doc/usr_05.jax b/doc/usr_05.jax index 00a64eab6..3fea9f069 100644 --- a/doc/usr_05.jax +++ b/doc/usr_05.jax @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Mar 18 +*usr_05.txt* For Vim バージョン 9.1. Last change: 2025 Mar 22 VIM USER MANUAL - by Bram Moolenaar @@ -493,7 +493,9 @@ highlight-yank パッケージの追加 *hlyank-install* *package-hlyank* < 異なるハイライト期間を使用するには、以下を使用します: > :let g:hlyank_duration = 300 -< +単位はミリ秒で、上限は 3000 ms です。これより大きい値を設定すると、ハイライト +期間は 3000 ms になります。 + ビジュアルモードでハイライトするには、以下を使用します: > :let g:hlyank_invisual = v:true diff --git a/en/usr_05.txt b/en/usr_05.txt index 4b7bc9ffc..56714dbd8 100644 --- a/en/usr_05.txt +++ b/en/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 9.1. Last change: 2025 Mar 18 +*usr_05.txt* For Vim version 9.1. Last change: 2025 Mar 22 VIM USER MANUAL - by Bram Moolenaar @@ -470,8 +470,8 @@ Load the plugin with this command: > packadd hlyank < This package briefly highlights the affected region of the last |yank| -command. See |52.6| for a simplified implementation using the |getregionpos()| -function. +command. See |52.6| for a simplified implementation using the +|getregionpos()| function. The plugin understands the following configuration variables (the settings show the default values). @@ -481,7 +481,9 @@ To specify a different highlighting group, use: > < To use a different highlighting duration, use: > :let g:hlyank_duration = 300 -< +The unit is milliseconds, and the upper limit is 3000 ms. If you set a value +higher than this, the highlighting duration will be 3000 ms. + To highlight in visual mode, use: > :let g:hlyank_invisual = v:true