Ben Fritz wrote: > > On Sun, Jul 16, 2017 at 10:08 AM, Bram Moolenaar <[email protected]> > wrote: > > > > > > > > > > The resizing should work since 8.0.0688. > > > > > > > > > > If you have remaining problems, please give a reproducible example. > > > > > > > > > > > > > For resizing, if I use "exe 'resize' sizevar", it works. > > > > > > > > If I use "exe sizevar 'wincmd _'" instead, it does not work, I get > > > > "E788: Not allowed to edit another buffer now" > > > > > > > > For determining whether a quickfix window is a location list or a > > > > quickfix list, is there a different way to do that besides > > > > attempting a ":copen" command? I get the same error for that > > > > command, even if I'm already in the quickfix list and therefore it > > > > doesn't even need to switch buffers. > > > > > > Not sure what you are doing, but this works: > > > > > > au FileType qf 20wincmd _ > > > > > > > > > > > > I tried that exact command in version 8.0.692 and I get an E788 > > message, after starting with "gvim -N -u NONE -i NONE" on Windows 7 > > (64-bit). > > > > I will try compiling the latest version to see if that helps, but if > > it's fixed, it isn't version 688 that did it. > > I build version 8.0.724 and the behavior of "wincmd _" is now fixed, but > I don't see any patch description that seems to apply between 692 and > 724. Any ideas which patch actually fixed it? I'm trying to decide > whether I'm curious enough to try a bisect.
I do think that 8.0.0688 fixed this. Perhaps the change didn't get picked up when rebuilding? ex_cmds.h is included in ex_docmd.c, the dependency is in Make_cyg_ming.mak and Make_mvc.mak. -- Did you ever see a "Hit any key to continue" message in a music piece? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
