diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 15:09:27 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:29 -0400 |
commit | d270313c79e0b30783aa650ed91ed7a50843aa2a (patch) | |
tree | 4bc68fa96ed0b9d422c76ed6090dbd7d91897990 | |
parent | cf0fb01ea52946a4ac971f9f835e9cb2307cb910 (diff) | |
download | rneovim-d270313c79e0b30783aa650ed91ed7a50843aa2a.tar.gz rneovim-d270313c79e0b30783aa650ed91ed7a50843aa2a.tar.bz2 rneovim-d270313c79e0b30783aa650ed91ed7a50843aa2a.zip |
vim-patch:1ebbb6ee452d
Fix vim.desktop generation.
https://github.com/vim/vim/commit/1ebbb6ee452dfca89335ac75f07c3db133b56645
-rw-r--r-- | runtime/nvim.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
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; |