diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-06-17 01:23:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 01:23:48 +0200 |
| commit | c57f6b28d71df1eb6e967381a44a1c038a75698d (patch) | |
| tree | 02a46f56a250d5f59b767ab3af09cf2b72c60d34 /src/nvim/os/os.h | |
| parent | 279bc71f3c24928de7d46034168fa105592eb1fa (diff) | |
| parent | 1f2c2a35ad14cfac002d87073471bd84a52860bf (diff) | |
| download | rneovim-c57f6b28d71df1eb6e967381a44a1c038a75698d.tar.gz rneovim-c57f6b28d71df1eb6e967381a44a1c038a75698d.tar.bz2 rneovim-c57f6b28d71df1eb6e967381a44a1c038a75698d.zip | |
Merge #8519 feat: name, test ids, sockets in stdpath(state)
Diffstat (limited to 'src/nvim/os/os.h')
| -rw-r--r-- | src/nvim/os/os.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/os/os.h b/src/nvim/os/os.h index bff2936f8e..a7496130cc 100644 --- a/src/nvim/os/os.h +++ b/src/nvim/os/os.h @@ -16,4 +16,7 @@ # include "os/users.h.generated.h" #endif +#define ENV_LOGFILE "NVIM_LOG_FILE" +#define ENV_NVIM "NVIM" + #endif // NVIM_OS_OS_H |