On Sun, Aug 5, 2018 at 3:26 PM, Jason Franklin <[email protected]> wrote: > I noticed that while editing the command line, I can't click away to focus on > a window. This is mildly annoying to me for whatever reason, so I fixed it. > > 1. Open a bunch of windows. > 2. Edit the cmdline with ":test" > 3. Try to left click on any window, you stay in the command line. > > My patch leaves the command line as if you'd pressed Ctrl_C, but adjusts your > window focus based on where you click. > > It needs some review to make sure I'm using the mouse facilities properly. > > Also, how can I test this?
I'm not qualified to review your code or to say whether changing windows while staying in command-lline mode is acceptable, but shouldn't this code be qualified by #ifdef lines for FEAT_MOUSE? Or are those changes already within such a conditional-assembly region? (All builds are compiled with +windows nowadays, otherwise I'd have asked the same about FEAT_WINDOWS or whatever it used to be.) Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
