syntax: avoid extra global macro

This commit is contained in:
Justin M. Keyes
2015-11-30 02:09:37 -05:00
parent 50e129f5a7
commit cae0904160
3 changed files with 12 additions and 10 deletions

View File

@@ -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