mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
syntax: avoid extra global macro
This commit is contained in:
@@ -337,7 +337,7 @@ int main(int argc, char **argv)
|
||||
// Do this before syntax/syntax.vim (which calls `:filetype on`).
|
||||
force_enable_filetype();
|
||||
// Enable syntax highlighting.
|
||||
do_source((char_u *)SYNTAX_FILE, false, DOSO_NONE);
|
||||
syn_cmd("syntax"); // sources syntax/syntax.vim
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user