mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #3783 from sethjackson/log-file-def
Update USR_LOG_FILE definition.
This commit is contained in:
commit
87abe073d9
@ -14,7 +14,7 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define USR_LOG_FILE "$HOME/.nvimlog"
|
||||
#define USR_LOG_FILE "$HOME" _PATHSEPSTR ".nvimlog"
|
||||
|
||||
static uv_mutex_t mutex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user