From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 22 Oct 2018 00:02:58 +0200 Subject: Major refactoring for version 2.0 vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well. --- xdg-additions/applications/gvim.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xdg-additions/applications/gvim.desktop (limited to 'xdg-additions/applications/gvim.desktop') diff --git a/xdg-additions/applications/gvim.desktop b/xdg-additions/applications/gvim.desktop new file mode 100644 index 0000000..37c6e58 --- /dev/null +++ b/xdg-additions/applications/gvim.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Vi IMproved Tab +Comment=Open file in an existing instance of vi and in a new tab +MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; +Exec=gvim f -N --remote-tab %F +Icon=gvim +Type=Application +Terminal=false +X-XClassHintResName=VIM +Categories=Utility;TextEditor; -- cgit v1.2.3