Re: [vim/vim] :copen opens quickfix window below `lastwin` instead of `curwin` (Issue #12501)

2023-06-25 Fir de Conversatie Gary Johnson
On 2023-06-26, Enan Ajmain wrote: > But out of curiosity, this isn't what OP was after, is it? Munif was > looking to change the default QF behavior by opening the QF window under > the current window. Your function, Gary, opens the file in QF entry in > the previous window. They are different

Re: [vim/vim] :copen opens quickfix window below `lastwin` instead of `curwin` (Issue #12501)

2023-06-25 Fir de Conversatie Enan Ajmain
On Sun, 25 Jun 2023 12:16:58 -0700 Gary Johnson wrote: > On 2023-06-07, Munif Tanjim wrote: > > Might be that I'm misunderstanding the expected behavior. > > > > If it's not supposed to be opened under curwin, would it be possible to > > change > > the default behavior to open with WSP_BOT

Patch 9.0.1665

2023-06-25 Fir de Conversatie Bram Moolenaar
Patch 9.0.1665 Problem:Empty CmdlineEnter autocommand causes errors in Ex mode. Solution: Save and restore ex_pressedreturn. (Christian Brabandt, closes # 12581, closes #12578) Files: src/autocmd.c, src/ex_docmd.c, src/testdir/test_ex_mode.vim ***

Re: [vim/vim] :copen opens quickfix window below `lastwin` instead of `curwin` (Issue #12501)

2023-06-25 Fir de Conversatie Gary Johnson
On 2023-06-07, Munif Tanjim wrote: > Might be that I'm misunderstanding the expected behavior. > > If it's not supposed to be opened under curwin, would it be possible to change > the default behavior to open with WSP_BOT (instead of WSP_BELOW)? I didn't like the default behavior, either, so I

:tearoff command not available in Vim 9.0.1664 for Linux even when exists(':tearoff') == 2

2023-06-25 Fir de Conversatie Tony Mechelynck
• In Normal gvim with Motif GUI in GUI mode, :echo exists(':tearoff') gives 0 but menus can be teared off from the menu bar with the mouse • In the same in Console mode, :echo exists(':tearoff') gives 2 • In Huge gvim with GTK3 GUI (where menus cannot be teared off with the mouse), :echo