diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 23:14:11 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:33 -0400 |
commit | ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861 (patch) | |
tree | d16d386766ced406eafaba906290565117478c60 /src | |
parent | 841bc219d27a37131cee8b4f36bffbbbda860d9f (diff) | |
download | rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.tar.gz rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.tar.bz2 rneovim-ae362c21202f3ec4bc8d9a48d7f8ac524fb5b861.zip |
vim-patch:5666fcd0bd79
Update runtime files.
https://github.com/vim/vim/commit/5666fcd0bd794dd46813824cce63a38bcae63794
Do not manually port E290 error message.
Neovim has E5030,E5031 error messages to replace E290.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/da.po | 4 | ||||
-rw-r--r-- | src/nvim/po/ga.po | 4 | ||||
-rw-r--r-- | src/nvim/po/tr.po | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/nvim/po/da.po b/src/nvim/po/da.po index 7a75425019..c1eaab3857 100644 --- a/src/nvim/po/da.po +++ b/src/nvim/po/da.po @@ -6338,8 +6338,8 @@ msgstr "E799: Ugyldigt ID: %ld (skal være større end eller lig med 1)" msgid "E801: ID already taken: %ld" msgstr "E801: ID allerede taget: %ld" -msgid "List or number required" -msgstr "Liste eller nummer kræves" +msgid "E290: List or number required" +msgstr "E290: Liste eller nummer kræves" #, c-format msgid "E802: Invalid ID: %ld (must be greater than or equal to 1)" diff --git a/src/nvim/po/ga.po b/src/nvim/po/ga.po index bad01d592a..d2f8236994 100644 --- a/src/nvim/po/ga.po +++ b/src/nvim/po/ga.po @@ -6408,8 +6408,8 @@ msgstr "E799: Aitheantas neamhbhailí: %ld (ní mór dó a bheith >= 1)" msgid "E801: ID already taken: %ld" msgstr "E801: Aitheantas in úsáid cheana: %ld" -msgid "List or number required" -msgstr "Tá gá le liosta nó uimhir" +msgid "E290: List or number required" +msgstr "E290: Tá gá le liosta nó uimhir" #, c-format msgid "E802: Invalid ID: %ld (must be greater than or equal to 1)" diff --git a/src/nvim/po/tr.po b/src/nvim/po/tr.po index abc165a801..b7783a4bf2 100644 --- a/src/nvim/po/tr.po +++ b/src/nvim/po/tr.po @@ -2258,8 +2258,8 @@ msgstr "E799: Geçersiz ID: %d (1'e eÅŸit veya 1'den büyük olmalıdır)" msgid "E801: ID already taken: %d" msgstr "E801: Kullanımda olan ID: %d" -msgid "List or number required" -msgstr "Liste veya numara gerekiyor" +msgid "E290: List or number required" +msgstr "E290: Liste veya numara gerekiyor" #, c-format msgid "E802: Invalid ID: %d (must be greater than or equal to 1)" |