diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 065c27013e..f6527db69b 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -8589,8 +8589,6 @@ static char_u *get_view_file(int c) return NULL; } sname = home_replace_save(NULL, curbuf->b_ffname); - if (sname == NULL) - return NULL; /* * We want a file name without separators, because we're not going to make |