Skip to content

Commit

Permalink
Merge pull request #1859 from h-east/update-options
Browse files Browse the repository at this point in the history
Update options.{txt,jax}
  • Loading branch information
h-east authored Dec 4, 2024
2 parents b880205 + f27dcda commit 8cb9be5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 01
*options.txt* For Vim バージョン 9.1. Last change: 2024 Dec 03


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

*'backspace'* *'bs'*
'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start", Viの既定値: "")
'backspace' 'bs' 文字列 (Vimの既定値: "indent,eol,start",
Viの既定値: "")
グローバル
挿入モードでの <BS>, <Del>, CTRL-W, CTRL-U の働きに影響する。値はキー
ワードのコンマ区切りのリストである。それぞれのキーワードがバックスペー
Expand Down
9 changes: 5 additions & 4 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Dec 01
*options.txt* For Vim version 9.1. Last change: 2024 Dec 03


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1069,7 +1069,8 @@ A jump table for the options with a short description can be found at |Q_op|.
done with ":syntax on".

*'backspace'* *'bs'*
'backspace' 'bs' string (Vim default: "indent,eol,start", Vi default: "")
'backspace' 'bs' string (Vim default: "indent,eol,start",
Vi default: "")
global
Influences the working of <BS>, <Del>, CTRL-W and CTRL-U in Insert
mode. This is a list of items, separated by commas. Each item allows
Expand Down Expand Up @@ -2155,8 +2156,8 @@ A jump table for the options with a short description can be found at |Q_op|.
"menu" or "menuone". No effect if "longest" is present.

noselect Same as "noinsert", except that no menu item is
pre-selected. If both "noinsert" and "noselect" are present,
"noselect" has precedence.
pre-selected. If both "noinsert" and "noselect" are
present, "noselect" has precedence.

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

0 comments on commit 8cb9be5

Please sign in to comment.