diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-07 14:41:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 14:41:53 +0200 |
commit | 1324e7f79eb840ad63af08cecf34c120b2a37a8c (patch) | |
tree | b72c6798f86578a42e21142ee67907e07496d60b /src | |
parent | 9e442c17eeffca934c1de3674b910458e04c989b (diff) | |
download | rneovim-1324e7f79eb840ad63af08cecf34c120b2a37a8c.tar.gz rneovim-1324e7f79eb840ad63af08cecf34c120b2a37a8c.tar.bz2 rneovim-1324e7f79eb840ad63af08cecf34c120b2a37a8c.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/cleanup.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 "/ |