summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-support/vim/vim_xfce.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-support/vim/vim_xfce.inc')
-rw-r--r--meta-xfce/recipes-support/vim/vim_xfce.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-xfce/recipes-support/vim/vim_xfce.inc b/meta-xfce/recipes-support/vim/vim_xfce.inc
deleted file mode 100644
index 25403e6cb..000000000
--- a/meta-xfce/recipes-support/vim/vim_xfce.inc
+++ /dev/null
@@ -1,6 +0,0 @@
1do_install_append() {
2 # The mouse being autoenabled is just annoying in xfce4-terminal (mouse
3 # drag make vim go into visual mode and there is no right click menu),
4 # delete the block.
5 sed -i '/the mouse works just fine/,+4d' ${D}/${datadir}/${BPN}/vimrc
6}