From d270313c79e0b30783aa650ed91ed7a50843aa2a Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 24 Apr 2021 15:09:27 -0400 Subject: vim-patch:1ebbb6ee452d Fix vim.desktop generation. https://github.com/vim/vim/commit/1ebbb6ee452dfca89335ac75f07c3db133b56645 --- runtime/nvim.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/nvim.desktop b/runtime/nvim.desktop index 71aca5e157..fd6af3cfef 100644 --- a/runtime/nvim.desktop +++ b/runtime/nvim.desktop @@ -78,7 +78,7 @@ Exec=nvim %F Terminal=true Type=Application Keywords=Text;editor; -Keywords[ru]=текст;текстовый редактор +Keywords[ru]=текст;текстовый редактор; Keywords[tr]=Metin;düzenleyici; Icon=nvim Categories=Utility;TextEditor; -- cgit