実際には現在のバッファ(実際には現在のウィンドウ)を操作するオプションがあります。ドキュメンテーションは、オプションのドキュメントに記載されています。
global
local to window
local to buffer
(またはそれらの組み合わせ):あなたが:help option-list
内の任意のオプションに行けば、それはサードっぽいラインとして、以下の3つの文字列のいずれかを持っています。例えば、:help 'ft'
が与える:
*'filetype'* *'ft'*
'filetype' 'ft' string (default: "")
local to buffer
{not in Vi}
{not available when compiled without the |+autocmd|
feature}
When this option is set, the FileType autocommand event is triggered.
All autocommands that match with the value of this option will be
executed. Thus the value of 'filetype' is used in place of the file
name.
をので、このオプションはバッファローカルです。より多くの議論については、以下を参照してください。あなたはvimの中で新しいバッファを読んだとき
:help option-summary