Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用来自 vim wiki 的示例 vimrc,其中包含“filetype indent plugin on”。我想知道这是否与设置“filetype plugin on”和“filetype indent on”相同,还是我必须在单独的命令中打开“filetype plugin”?
“filetype plugin indent on”是否与“filetype indent plugin on”相同?
它们可以单独提供:
filetype plugin on filetype indent on
这与单行命令相同:filetype indent plugin on, 或filetype plugin indent on.
filetype indent plugin on
filetype plugin indent on
任一命令,然后filetype indent plugin on打开文件类型检测:filetype on.
filetype on
plugin并且indent是两个独立的filetype标志。键入只是:filetype为了查看标志的各个状态。
plugin
indent
filetype
:filetype