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-buffer.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xdg-additions/applications/gvim-buffer.desktop (limited to 'xdg-additions/applications/gvim-buffer.desktop') diff --git a/xdg-additions/applications/gvim-buffer.desktop b/xdg-additions/applications/gvim-buffer.desktop new file mode 100644 index 0000000..5cd2cbf --- /dev/null +++ b/xdg-additions/applications/gvim-buffer.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=Gnome Vi IMproved Buffer +Icon=gvim +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-silent %F +Terminal=false +X-XClassHintResName=VIM +Categories=Utility;TextEditor; -- cgit v1.2.3