Merge pull request #3783 from sethjackson/log-file-def

Update USR_LOG_FILE definition.
This commit is contained in:
Justin M. Keyes 2015-12-09 21:29:49 -05:00
commit 87abe073d9

View File

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