aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-support/vim/vim_%.bbappend
AgeCommit message (Collapse)Author
2018-03-12vim: only include when x11 in DISTRO_FEATURESArmin Kuster
fixes: vim:do_install: 6a98ed60a33e0915e83ddf4411cb98a4 -> fab6a8f9b3c3978de44b458939712d90 bitbake-diffsigs --task vim do_install --signature 6a98ed60a33e0915e83ddf4411cb98a4 fab6a8f9b3c3978de44b458939712d90 NOTE: Starting bitbake server... basehash changed from 7302bf635913317779cf6e19324032a4 to 4a66ac61a894cf5b09db9afc053c77e6 Variable do_install value changed: @@ -11,3 +11,7 @@ # we use --with-features=big as default mv ${D}${bindir}/${BPN} ${D}${bindir}/${BPN}.${BPN} + # The mouse being autoenabled is just annoying in xfce4-terminal (mouse + # drag make vim go into visual mode and there is no right click menu), + # delete the block. + sed -i '/the mouse works just fine/,+4d' ${D}/${datadir}/${BPN}/vimrc Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-10-23vim: do not autoenable the mouseJackie Huang
The mouse being autoenabled is just annoying in xfce4-terminal (mouse drag make vim go into visual mode and there is no right click menu), so remove the setting for xfce. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>