mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
docs: small fixes
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: HiPhish <hiphish@posteo.de> Co-authored-by: Julio B <julio.bacel@gmail.com> Co-authored-by: T727 <74924917+T-727@users.noreply.github.com> Co-authored-by: camoz <camoz@users.noreply.github.com> Co-authored-by: champignoom <66909116+champignoom@users.noreply.github.com>
This commit is contained in:
@@ -443,8 +443,7 @@ int main(int argc, char **argv)
|
||||
|
||||
// If using the runtime (-u is not NONE), enable syntax & filetype plugins.
|
||||
if (!vimrc_none || params.clean) {
|
||||
// Sources filetype.lua and filetype.vim unless the user explicitly disabled it with :filetype
|
||||
// off.
|
||||
// Sources filetype.lua unless the user explicitly disabled it with :filetype off.
|
||||
filetype_maybe_enable();
|
||||
// Sources syntax/syntax.vim. We do this *after* the user startup scripts so that users can
|
||||
// disable syntax highlighting with `:syntax off` if they wish.
|
||||
|
Reference in New Issue
Block a user