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. --- vim.desktop | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vim.desktop (limited to 'vim.desktop') diff --git a/vim.desktop b/vim.desktop deleted file mode 100644 index f8efe76..0000000 --- a/vim.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -X-Desktop-File-Install-Version=0.23 -Type=Application -Name=Vi IMproved->buffer2 -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++; -X-XClassHintResName=VIM -Categories=Application;Utility;TextEditor; -# Exec=vim --servername VIM --remote-silent %F -Exec=xfce4-terminal -e "bash -c '~/.bashrc ; vim --servername VIM --remote-silent %F'" -Terminal=true -StartupNotify=true -- cgit v1.2.3