Skip to content

Commit 0d1c7cf

Browse files
authored
Merge pull request #2211 from h-east/update-some-files-2
Update {message,motion,os_390}.{txt,jax}
2 parents 0b64eba + df0027d commit 0d1c7cf

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

doc/message.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06
1+
*message.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -566,7 +566,7 @@ Vimがスワップファイルを開こうとしたが、それが既に存在
566566

567567
Vim(およびVi)はtagsファイルがASCII順でソートされていることを期待する。そうすれ
568568
ば線形探索よりもかなり高速な二分探索が可能になるからである。もしもtagsファイル
569-
がソートされていなかったら、|'tagbsearch'| オプションをリセットする必要がある。
569+
がソートされていなかったら、'tagbsearch' オプションをリセットする必要がある。
570570
このメッセージはVimがtagを探している時に問題があると表示される。tagsファイルが
571571
ソートされていないにもかかわらず、このメッセージが表示されないことも時々ある。
572572

doc/motion.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
1+
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

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

doc/os_390.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_390.txt* For Vim バージョン 9.1. Last change: 2019 Dec 07
1+
*os_390.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33

44
VIMリファレンスマニュアル by Ralf Schandl
@@ -104,9 +104,9 @@ Motif ライブラリの z/OS への移植において、プルダウンメニ
104104
- Perl インターフェイス (|perl|)
105105
- ハングル文字入力 (|hangul|)
106106
- 暗号化サポート (|encryption|)
107-
- Langmap (|'langmap'|)
107+
- Langmap ('langmap')
108108
- Python インターフェイス (|Python|)
109-
- "右左" 書きモード (|'rightleft'|)
109+
- "右左" 書きモード ('rightleft')
110110
- TCL インターフェイス (|tcl|)
111111
....
112112

en/message.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim version 9.1. Last change: 2024 Dec 06
1+
*message.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -572,7 +572,7 @@ attempting a symlink attack (could happen when editing a file in /tmp or when
572572

573573
Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
574574
can then be used, which is a lot faster than a linear search. If your tags
575-
files are not properly sorted, reset the |'tagbsearch'| option.
575+
files are not properly sorted, reset the 'tagbsearch' option.
576576
This message is only given when Vim detects a problem when searching for a
577577
tag. Sometimes this message is not given, even though the tags file is not
578578
properly sorted.

en/motion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.1. Last change: 2025 Apr 03
1+
*motion.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

en/os_390.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_390.txt* For Vim version 9.1. Last change: 2019 Dec 07
1+
*os_390.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33

44
VIM REFERENCE MANUAL by Ralf Schandl
@@ -105,9 +105,9 @@ Never tested:
105105
- Perl interface (|perl|)
106106
- Hangul input (|hangul|)
107107
- Encryption support (|encryption|)
108-
- Langmap (|'langmap'|)
108+
- Langmap ('langmap')
109109
- Python support (|Python|)
110-
- Right-to-left mode (|'rightleft'|)
110+
- Right-to-left mode ('rightleft')
111111
- TCL interface (|tcl|)
112112
...
113113

0 commit comments

Comments
 (0)