I’m using the example vimrc from the vim wiki, and “filetype indent plugin on” was in it. I’m wondering if that is the same as setting “filetype plugin on” and “filetype indent on”, or do I have to turn on “filetype plugin” in a separate command?
Also is “filetype plugin indent on” the same as “filetype indent plugin on”?
They can be provided separately:
This is the same as the single line command:
filetype indent plugin on, orfiletype plugin indent on.Either command, and
filetype indent plugin onturn on filetype detection:filetype on.pluginandindentare two separatefiletypeflags. Type just:filetypeto see the individual state of the flags.