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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -566,7 +566,7 @@ Vimがスワップファイルを開こうとしたが、それが既に存在
566
566
567
567
Vim(およびVi)はtagsファイルがASCII順でソートされていることを期待する。そうすれ
568
568
ば線形探索よりもかなり高速な二分探索が可能になるからである。もしもtagsファイル
569
- がソートされていなかったら、| 'tagbsearch' | オプションをリセットする必要がある。
569
+ がソートされていなかったら、'tagbsearch' オプションをリセットする必要がある。
570
570
このメッセージはVimがtagを探している時に問題があると表示される。tagsファイルが
571
571
ソートされていないにもかかわらず、このメッセージが表示されないことも時々ある。
572
572
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
2
2
3
3
4
4
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
2
2
3
3
4
4
VIMリファレンスマニュアル by Ralf Schandl
@@ -104,9 +104,9 @@ Motif ライブラリの z/OS への移植において、プルダウンメニ
104
104
- Perl インターフェイス (| perl | )
105
105
- ハングル文字入力 (| hangul | )
106
106
- 暗号化サポート (| encryption | )
107
- - Langmap (| 'langmap' | )
107
+ - Langmap ('langmap' )
108
108
- Python インターフェイス (| Python | )
109
- - "右左" 書きモード (| 'rightleft' | )
109
+ - "右左" 書きモード ('rightleft' )
110
110
- TCL インターフェイス (| tcl | )
111
111
....
112
112
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -572,7 +572,7 @@ attempting a symlink attack (could happen when editing a file in /tmp or when
572
572
573
573
Vim (and Vi) expect tags files to be sorted in ASCII order. Binary searching
574
574
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.
576
576
This message is only given when Vim detects a problem when searching for a
577
577
tag. Sometimes this message is not given, even though the tags file is not
578
578
properly 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
2
2
3
3
4
4
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Ralf Schandl
@@ -105,9 +105,9 @@ Never tested:
105
105
- Perl interface (| perl | )
106
106
- Hangul input (| hangul | )
107
107
- Encryption support (| encryption | )
108
- - Langmap (| 'langmap' | )
108
+ - Langmap ('langmap' )
109
109
- Python support (| Python | )
110
- - Right-to-left mode (| 'rightleft' | )
110
+ - Right-to-left mode ('rightleft' )
111
111
- TCL interface (| tcl | )
112
112
...
113
113
You can’t perform that action at this time.
0 commit comments