aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/po/check.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/po/check.vim')
-rw-r--r--src/nvim/po/check.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/po/check.vim b/src/nvim/po/check.vim
index 1622741da6..e9d15adab5 100644
--- a/src/nvim/po/check.vim
+++ b/src/nvim/po/check.vim
@@ -6,8 +6,7 @@
if 1 " Only execute this if the eval feature is available.
-let filename = "check-" . expand("%:t:r") . ".log"
-exe 'redir! > ' . filename
+redir! > check.log
" Function to get a split line at the cursor.
" Used for both msgid and msgstr lines.