Skip to content

Update usr_05.{txt,jax} #2008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/usr_05.jax
Original file line number Diff line number Diff line change
@@ -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

10 changes: 6 additions & 4 deletions en/usr_05.txt
Original file line number Diff line number Diff line change
@@ -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