summaryrefslogtreecommitdiffstats
path: root/src/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/po/Makefile')
-rw-r--r--src/po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile
index 5ecfb1d305..24f8104449 100644
--- a/src/po/Makefile
+++ b/src/po/Makefile
@@ -32,7 +32,8 @@ MSGMERGE = OLD_PO_FILE_INPUT=yes OLD_PO_FILE_OUTPUT=yes msgmerge
$(MSGFMTCMD) -o $@ $<
.po.ck:
- $(VIM) -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq $<
+ $(VIM) -u NONE --noplugins -e -s -X --cmd "set enc=utf-8" -S check.vim \
+ -c "if error == 0 | q | else | num 2 | cq | endif" $<
touch $@
all: $(MOFILES) $(MOCONVERTED) $(MSGFMT_DESKTOP)