Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for Windows

Vim does not define TEMPDIRNAMES for all systems, but it is defined for
all systems supported by Neovim.
Temporary directory names for Windows was obtained from GetTempPath()
function documentation at MSDN.
Additionally small renamings were performed.
This commit is contained in:
Pavel Platto
2014-06-19 00:58:04 +03:00
committed by Nicolas Hillegeer
parent ed10eb6fa9
commit edd7a8c5dd
8 changed files with 28 additions and 35 deletions

View File

@@ -204,9 +204,6 @@
"~/.nvim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.nvim/after"
# endif
# define TEMPDIRNAMES "$TMPDIR", "/tmp", ".", "$HOME"
# define TEMPNAMELEN 256
/* Special wildcards that need to be handled by the shell */
#define SPECIAL_WILDCHAR "`'{"