File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
567567Vim(およびVi)はtagsファイルがASCII順でソートされていることを期待する。そうすれ
568568ば線形探索よりもかなり高速な二分探索が可能になるからである。もしもtagsファイル
569- がソートされていなかったら、| 'tagbsearch' | オプションをリセットする必要がある。
569+ がソートされていなかったら、'tagbsearch' オプションをリセットする必要がある。
570570このメッセージはVimがtagを探している時に問題があると表示される。tagsファイルが
571571ソートされていないにもかかわらず、このメッセージが表示されないことも時々ある。
572572
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
573573Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
574574can 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.
576576This message is only given when Vim detects a problem when searching for a
577577tag. Sometimes this message is not given, even though the tags file is not
578578properly sorted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments