autowrite
- オプション
- autowrite
- 短縮形
- aw
- オプションの種類
- 切替
- 初期値
- オフ
- 有効範囲
- Vim 全体に適用
- 説明
- 自動的にファイルに保存する。
:next, :rewind, :last, :first, :previous, :stop, :suspend, :tag, :!
:make, CTRL-], CTRL-^ のコマンドを実行するたび、ファイルが変更されていれば、そのファイルを保存する。
Write the contents of the file, if it has been modified, on each
:next, :rewind, :last, :first, :previous, :stop, :suspend, :tag, :!,
:make, CTRL-] and CTRL-^ command; and when a CTRL-O, CTRL-I,
'{A-Z0-9}, or `{A-Z0-9} command takes one to another file.
Note that for some commands the 'autowrite' option is not used, see
'autowriteall' for that.
|