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