Update USR_LOG_FILE definition.

This commit is contained in:
Rui Abreu Ferreira 2014-11-12 12:42:21 +00:00 committed by Seth Jackson
parent 6d583f8587
commit 0ab4f2f18f

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;