File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ vim (2:9.1.0777-1deepin1) unstable; urgency=medium
2+
3+ * Set NoDisplay=true for vim.desktop
4+
5+ -- Tianyu Chen <sweetyfish@deepin.org> Mon, 18 Nov 2024 15:23:32 +0800
6+
17vim (2:9.1.0777-1) unstable; urgency=medium
28
39 * Merge upstream patch v9.1.0777
Original file line number Diff line number Diff line change 1+ Description: Set NoDisplay=true for vim.desktop
2+ Author: Tianyu Chen <sweetyfish@deepin.org>
3+ Origin: vendor
4+ Bug-deepin: https://pms.uniontech.com/bug-view-285241.html
5+ Forwarded: not-needed
6+ Last-Update: 2024-11-18
7+ ---
8+ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
9+ --- a/src/po/vim.desktop.in
10+ +++ b/src/po/vim.desktop.in
11+ @@ -70,6 +70,7 @@
12+ TryExec=vim
13+ Exec=vim %F
14+ Terminal=true
15+ + NoDisplay=true
16+ Type=Application
17+ # Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
18+ Keywords=Text;editor;
19+ --- a/runtime/vim.desktop
20+ +++ b/runtime/vim.desktop
21+ @@ -111,6 +111,7 @@
22+ TryExec=vim
23+ Exec=vim %F
24+ Terminal=true
25+ + NoDisplay=true
26+ Type=Application
27+ # Translators: Search terms to find this application. Do NOT change the semicolons! The list MUST also end with a semicolon!
28+ Keywords[ca]=Text;editor;
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
22debian/Detect-the-rst-filetype-using-the-contents-of-the-file.patch
33debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
44debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
5+ Set-NoDisplay-true-for-vim-desktop.patch
You can’t perform that action at this time.
0 commit comments