summaryrefslogtreecommitdiffstats
path: root/src/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.c')
-rw-r--r--src/session.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/session.c b/src/session.c
index 795438cd83..bc259986ba 100644
--- a/src/session.c
+++ b/src/session.c
@@ -972,13 +972,13 @@ makeopens(
// Restore 'shortmess'.
if (ssop_flags & SSOP_OPTIONS)
{
- if (fprintf(fd, "set shortmess=%s", p_shm) < 0 || put_eol(fd) == FAIL)
- goto fail;
+ if (fprintf(fd, "set shortmess=%s", p_shm) < 0 || put_eol(fd) == FAIL)
+ goto fail;
}
else
{
- if (put_line(fd, "let &shortmess = s:shortmess_save") == FAIL)
- goto fail;
+ if (put_line(fd, "let &shortmess = s:shortmess_save") == FAIL)
+ goto fail;
}
if (restore_height_width)