aboutsummaryrefslogtreecommitdiff
path: root/utils/vim/patches/010-no-msgfmt.patch
Commit message (Collapse)AuthorAge
* vim: fix compile with BUILD_NLSRosen Penev2021-02-27
Avoids having to use msgfmt, which happens to be broken with gettext-full. msgfmt is used for the desktop gvim application, which is not used here. Signed-off-by: Rosen Penev <rosenp@gmail.com>