mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
syntax: avoid extra global macro
This commit is contained in:
@@ -92,10 +92,6 @@
|
||||
# define SYNTAX_FNAME "$VIMRUNTIME" _PATHSEPSTR "syntax" _PATHSEPSTR "%s.vim"
|
||||
#endif
|
||||
|
||||
#ifndef SYNTAX_FILE
|
||||
# define SYNTAX_FILE "$VIMRUNTIME" _PATHSEPSTR "syntax" _PATHSEPSTR "syntax.vim"
|
||||
#endif
|
||||
|
||||
#ifndef EXRC_FILE
|
||||
# define EXRC_FILE ".exrc"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user