Skip to content

Commit 8cb9be5

Browse files
authored
Merge pull request #1859 from h-east/update-options
Update options.{txt,jax}
2 parents b880205 + f27dcda commit 8cb9be5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1093,7 +1093,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
10931093
":syntax on" を実行すればよい。
10941094

10951095
*'backspace'* *'bs'*
1096-
'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start", Viの既定値: "")
1096+
'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start",
1097+
Viの既定値: "")
10971098
グローバル
10981099
挿入モードでの <BS>, <Del>, CTRL-W, CTRL-U の働きに影響する。値はキー
10991100
ワードのコンマ区切りのリストである。それぞれのキーワードがバックスペー

en/options.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
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|.
10691069
done with ":syntax on".
10701070

10711071
*'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: "")
10731074
global
10741075
Influences the working of <BS>, <Del>, CTRL-W and CTRL-U in Insert
10751076
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|.
21552156
"menu" or "menuone". No effect if "longest" is present.
21562157

21572158
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.
21602161

21612162
fuzzy Enable |fuzzy-matching| for completion candidates. This
21622163
allows for more flexible and intuitive matching, where

0 commit comments

Comments
 (0)