Skip to content

Commit 1a56880

Browse files
authored
Merge pull request #1637 from vim-jp/hh-update-some-files
Update some files
2 parents dfa97cd + 1101fe1 commit 1a56880

File tree

8 files changed

+16
-15
lines changed

8 files changed

+16
-15
lines changed

doc/change.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 9.1. Last change: 2024 Jul 14
1+
*change.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

doc/eval.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
1+
*eval.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -3045,7 +3045,7 @@ text...
30453045
let lconst[0] = 2 " Error!
30463046
let lconst[1][0] = 'b' " OK
30473047
< *E995*
3048-
:const を既存の変数に指定するとエラーになる: >
3048+
|:const| を既存の変数に指定するとエラーになる: >
30493049
:let x = 1
30503050
:const x = 1 " エラー!
30513051
< *E996*

doc/usr_05.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Jun 19
1+
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Jun 28
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/version9.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 25
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41609,7 +41609,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4160941609
自動コマンド: ~
4161041610

4161141611
|CursorMovedC| コマンドラインでカーソルが移動された後
41612-
|KeyInputPre| 任意のモードで任意のキーイベントを処理
41612+
|KeyInputPre| 任意のモードで任意のキーイベントを処理する前
4161341613
|SessionWritePost| セッションファイルを書き込んだ後 |:mksession|
4161441614
|TermResponseAll| 't_RV' 等に対する端末応答を受信した後
4161541615
|WinNewPre| 新しいウィンドウを作成する前

en/change.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 9.1. Last change: 2024 Jul 14
1+
*change.txt* For Vim version 9.1. Last change: 2024 Jul 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1414,7 +1414,7 @@ The next three commands always work on whole lines.
14141414
:[range]m[ove] {address} *:m* *:mo* *:move* *E134*
14151415
Move the lines given by [range] to below the line
14161416
given by {address}.
1417-
Any text properties in [range] are cleared
1417+
Any text properties in [range] are cleared. See
14181418
|text-prop-cleared|.
14191419

14201420
==============================================================================

en/eval.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*eval.txt* For Vim version 9.1. Last change: 2024 Jul 17
1+
*eval.txt* For Vim version 9.1. Last change: 2024 Jul 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3125,7 +3125,7 @@ text...
31253125
let lconst[1][0] = 'b' " OK
31263126
< *E995*
31273127
It is an error to specify an existing variable with
3128-
:const. >
3128+
|:const|. >
31293129
:let x = 1
31303130
:const x = 1 " Error!
31313131
< *E996*

en/usr_05.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim version 9.1. Last change: 2024 Jun 19
1+
*usr_05.txt* For Vim version 9.1. Last change: 2024 Jun 28
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -455,7 +455,8 @@ Adding nohlsearch package *nohlsearch-install*
455455
Load the plugin with this command: >
456456
packadd nohlsearch
457457
<
458-
Automatically execute |:nohlsearch| after 'updatetime' or getting into |Insert| mode.
458+
Automatically execute |:nohlsearch| after 'updatetime' or getting into
459+
|Insert| mode.
459460
Thus assuming default updatetime, hlsearch would be suspended/turned off after
460461
4 seconds of idle time.
461462

en/version9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Jul 25
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Jul 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41581,7 +41581,7 @@ Changed~
4158141581
function |get()-func|
4158241582
- |:bwipe| also wipes jumplist and tagstack data
4158341583
- moving in the buffer list using |:bnext| and similar commands, behaves as
41584-
documented and skips help buffers (if not run from a help buffer, else
41584+
documented and skips help buffers (if not run from a help buffer, else
4158541585
moves to the next/previous help buffer).
4158641586
- allow to complete directories from 'cdpath' for |:cd| and similar commands,
4158741587
add the "cd_in_path" completion type for e.g. |:command-complete| and
@@ -41614,7 +41614,7 @@ Functions: ~
4161441614
Autocommands: ~
4161541615

4161641616
|CursorMovedC| after the cursor was moved in the comamnd-line
41617-
|KeyInputPre| process any Key event in any mode
41617+
|KeyInputPre| before processing any key event in any mode
4161841618
|SessionWritePost| after writing the session file |:mksession|
4161941619
|TermResponseAll| after the terminal response to |t_RV| and others is
4162041620
received

0 commit comments

Comments
 (0)