Skip to content

Update {message,motion,os_390}.{txt,jax} #2211

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
Aug 6, 2025
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions doc/message.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*message.txt* For Vim バージョン 9.1. Last change: 2024 Dec 06
*message.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


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

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

Expand Down
2 changes: 1 addition & 1 deletion doc/motion.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03
*motion.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
6 changes: 3 additions & 3 deletions doc/os_390.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_390.txt* For Vim バージョン 9.1. Last change: 2019 Dec 07
*os_390.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06


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

Expand Down
4 changes: 2 additions & 2 deletions en/message.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*message.txt* For Vim version 9.1. Last change: 2024 Dec 06
*message.txt* For Vim version 9.1. Last change: 2025 Aug 06


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

Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
can then be used, which is a lot faster than a linear search. If your tags
files are not properly sorted, reset the |'tagbsearch'| option.
files are not properly sorted, reset the 'tagbsearch' option.
This message is only given when Vim detects a problem when searching for a
tag. Sometimes this message is not given, even though the tags file is not
properly sorted.
Expand Down
2 changes: 1 addition & 1 deletion en/motion.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*motion.txt* For Vim version 9.1. Last change: 2025 Apr 03
*motion.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down
6 changes: 3 additions & 3 deletions en/os_390.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*os_390.txt* For Vim version 9.1. Last change: 2019 Dec 07
*os_390.txt* For Vim version 9.1. Last change: 2025 Aug 06


VIM REFERENCE MANUAL by Ralf Schandl
Expand Down Expand Up @@ -105,9 +105,9 @@ Never tested:
- Perl interface (|perl|)
- Hangul input (|hangul|)
- Encryption support (|encryption|)
- Langmap (|'langmap'|)
- Langmap ('langmap')
- Python support (|Python|)
- Right-to-left mode (|'rightleft'|)
- Right-to-left mode ('rightleft')
- TCL interface (|tcl|)
...

Expand Down