diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index e532e5e97d..f17734eb5e 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -7065,7 +7065,7 @@ static void close_redir(void) } } -#if defined(FEAT_SESSION) && defined(USE_CRNL) +#ifdef USE_CRNL # define MKSESSION_NL static int mksession_nl = FALSE; /* use NL only in put_eol() */ #endif |