Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#27224 - [vim 7.3.353-1] mouse support broken after using shell with :!
Attached to Project:
Arch Linux
Opened by Janna Martl (jmartl109) - Tuesday, 22 November 2011, 07:22 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 November 2011, 23:51 GMT
Opened by Janna Martl (jmartl109) - Tuesday, 22 November 2011, 07:22 GMT
Last edited by Eric Belanger (Snowman) - Sunday, 27 November 2011, 23:51 GMT
|
DetailsDescription: Mouse input is ignored after using the shell via <esc>:! even though I have set mouse=a.
I think this is a compilation issue: see NOTE below. Additional info: * package version(s): gvim 7.3.353, OK in 7.3.338; does not affect the GUI * config and/or log files etc.: I can reproduce this using a ~/.vimrc containing only set nocompatible set mouse=a NOTE: I'm reporting this here, and not to upstream, because I downloaded the PKGBUILD etc. from ABS, and running make distclean; ./configure; make in the appropriate directory produced a version without the bug, but running make distclean; make produced a version that has the bug. Steps to reproduce: $vim Insert some text, hit escape, :! enter to access shell, enter to return to vim. Now try to move the cursor by using the mouse to click on some character. Nothing happens, even though mouse=a is set. |
This task depends upon
Closed by Eric Belanger (Snowman)
Sunday, 27 November 2011, 23:51 GMT
Reason for closing: Fixed
Additional comments about closing: vim-7.3.353-2
Sunday, 27 November 2011, 23:51 GMT
Reason for closing: Fixed
Additional comments about closing: vim-7.3.353-2
cd /var/abs/extra/vim/
makepkg
cd src/vim-7.3.353/src/
./configure
make
Now at this point what I have is one binary /var/abs/extra/vim/src/vim-7.3.353/src/vim that does not have the bug, and one binary /var/abs/extra/vim/pkg/vim/usr/bin/vim (created by the initial makepkg) that does have bug.
To Eric: you should add more information about this to the bugreport, the Vim people can't debug this problem without that information if it only happens with certain configure flags.