Hi Bram, 2016-8-25(Thu) 4:21:54 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > Hi Bram and developers, > > > > How to reproduce: > > - Change directory to your local vim/src directory. > > $ cd /path-to-your-vim-clone-dir/vim/src > > - Start vanilla Vim. > > $ ./vim -Nu NONE > > - Do tagjump and display in the preview window. (In fact, it becomes > > selected wait because candidates are two) > > :ptjump cmdmod > > - Cancel the selection. > > <Esc> > > - Display the help. > > :help > > > > Expected behavior: > > - Open the help window and display the help document. > > > > Actual behavior: > > - Two windows opened. > > Top window is preview window, and displayed the help document. > > Next one is empty window. > > > > > > An attached patch fix this. > > Thanks. > > > Sorry for without a test. > > Tell me if there is an easy way to test in the Vim script. > > Well, figuring out how to write a test for this means writing the test. > While writing a test I noticed it got stuck in the test runner. So I > fixed that as well.
Thanks for adding a test. I seems to have complicated too thought :-) -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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.
