mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 12:08:33 +00:00
os_unix_defs && os/unix_defs: Consistently use '~' over '$HOME' #2009
these path names are ridiculous... Based on #889, but also remove some unused #defines
This commit is contained in:

committed by
Justin M. Keyes

parent
1e6c487488
commit
032c20078a
@@ -1,7 +1,7 @@
|
||||
#ifndef NVIM_OS_UNIX_DEFS_H
|
||||
#define NVIM_OS_UNIX_DEFS_H
|
||||
|
||||
#define TEMP_DIR_NAMES {"$TMPDIR", "/tmp", ".", "$HOME"}
|
||||
#define TEMP_DIR_NAMES {"$TMPDIR", "/tmp", ".", "~"}
|
||||
#define TEMP_FILE_PATH_MAXLEN 256
|
||||
|
||||
#endif // NVIM_OS_UNIX_DEFS_H
|
||||
|
Reference in New Issue
Block a user