From 1324e7f79eb840ad63af08cecf34c120b2a37a8c Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Tue, 7 Jun 2022 14:41:53 +0200 Subject: vim-patch:partial:016188fd8a30 (#18890) Update runtime files. https://github.com/vim/vim/commit/016188fd8a30cfbaca3faa0daea9a47138dc5c4b omit changes from doc/builtin.txt (needs 8.2.1536, 8.2.4981) skip user manual rewrite for Vim9script --- src/nvim/po/cleanup.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/nvim/po/cleanup.vim b/src/nvim/po/cleanup.vim index b27d88092f..ff5579a67a 100644 --- a/src/nvim/po/cleanup.vim +++ b/src/nvim/po/cleanup.vim @@ -12,6 +12,9 @@ setl nodiff silent g/^#, c-format\n#/.d silent g/^#\..*\n#/.d +" c-format comments have no effect, the check.vim scripts checks it. +silent g/^#, c-format$/d + silent g/^#[:~] /d silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ / silent g/^msgstr"/s//msgstr "/ -- cgit