File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 01
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1093,7 +1093,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
1093
1093
":syntax on" を実行すればよい。
1094
1094
1095
1095
*'backspace'* *'bs'*
1096
- 'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start", Viの既定値: "")
1096
+ 'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start",
1097
+ Viの既定値: "")
1097
1098
グローバル
1098
1099
挿入モードでの <BS>, <Del>, CTRL-W, CTRL-U の働きに影響する。値はキー
1099
1100
ワードのコンマ区切りのリストである。それぞれのキーワードがバックスペー
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2024 Dec 01
1
+ *options.txt* For Vim version 9.1. Last change: 2024 Dec 03
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1069,7 +1069,8 @@ A jump table for the options with a short description can be found at |Q_op|.
1069
1069
done with ":syntax on".
1070
1070
1071
1071
*'backspace'* *'bs'*
1072
- 'backspace' 'bs' string (Vim default: "indent,eol,start", Vi default: "")
1072
+ 'backspace' 'bs' string (Vim default: "indent,eol,start",
1073
+ Vi default: "")
1073
1074
global
1074
1075
Influences the working of <BS> , <Del> , CTRL-W and CTRL-U in Insert
1075
1076
mode. This is a list of items, separated by commas. Each item allows
@@ -2155,8 +2156,8 @@ A jump table for the options with a short description can be found at |Q_op|.
2155
2156
"menu" or "menuone". No effect if "longest" is present.
2156
2157
2157
2158
noselect Same as "noinsert", except that no menu item is
2158
- pre-selected. If both "noinsert" and "noselect" are present,
2159
- "noselect" has precedence.
2159
+ pre-selected. If both "noinsert" and "noselect" are
2160
+ present, "noselect" has precedence.
2160
2161
2161
2162
fuzzy Enable | fuzzy-matching | for completion candidates. This
2162
2163
allows for more flexible and intuitive matching, where
You can’t perform that action at this time.
0 commit comments