diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-06-10 08:40:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 08:40:32 +0200 |
commit | 6eaf10502c99e96704daa07987f73658d6c4d68a (patch) | |
tree | 9ff5ff7b9d80392ee2ab5302a6d46c8daf5d8e22 /src | |
parent | 58323b1fe2e494cf6a75f108780e21c08996c08e (diff) | |
download | rneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.tar.gz rneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.tar.bz2 rneovim-6eaf10502c99e96704daa07987f73658d6c4d68a.zip |
vim-patch:partial:63f32603789d (#18916)
Update runtime files
https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500
skip translations
skip user manual rewrite
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/cleanup.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/po/cleanup.vim b/src/nvim/po/cleanup.vim index ff5579a67a..8384286b0d 100644 --- a/src/nvim/po/cleanup.vim +++ b/src/nvim/po/cleanup.vim @@ -13,7 +13,8 @@ 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 +" But they might still be useful? +" silent g/^#, c-format$/d silent g/^#[:~] /d silent g/^#, fuzzy\(, .*\)\=\nmsgid ""\@!/.+1,/^$/-1s/^/#\~ / |