suffixes
- オプション
- suffixes
- 短縮形
- su
- オプションの種類
- 文字列
- 初期値
- ".bak,~,.o,.h,.info,.swp,.obj"
- 有効範囲
- Vim 全体に適用
- 互換性
- Vi にはない
- 説明
- ワイルドカードで表示するときに優先度を低くする拡張子。
この拡張子を持つファイルは、ワイルドカードに複数のファイルがマッチしたときの優先度が低くなる。拡張子はコンマで区切って指定する。
Files with these suffixes get a lower priority when multiple files
match a wildcard. See |suffixes|. Commas can be used to separate the
suffixes. Spaces after the comma are ignored. A dot is also seen as
the start of a suffix. To avoid a dot or comma being recognized as a
separator, precede it with a backslash (see |option-backslash| about
including spaces and backslashes).
See 'wildignore' for completely ignoring files.
The use of |:set+=| and |:set-=| is preferred when adding or removing
suffixes from the list. This avoids problems when a future version
uses another default.