On Tue, Mar 14, 2017 at 10:05 PM, Ken Takata <[email protected]> wrote:
> Hi, > > 2017/3/15 Wed 0:33:25 UTC+9 Eric Christopherson wrote: > > On Tue, Mar 14, 2017 at 5:07 AM, A. S. Budden <[email protected]> wrote: > > > > With the newly compiled version of vim (details below), `:simalt ~x` > > > > doesn't do quite what I was expecting: the window gets bigger but the > > > > drawn area doesn't - https://snag.gy/3VfqUe.jpg > > How interesting -- for me, :simalt ~x works, but actually pressing > <Alt><Space> doesn't bring down the menu. I have to define a mapping for it > to work: > > > > > > :nnoremap <A-Space> :simalt ~<CR> > > :inoremap <A-Space> <C-o>:simalt ~<CR> > > I confirmed that `:simalt ~x` worked fine on v8.0.0274. > However, on v8.0.0275, `:simalt ~x` makes the window maximized but the > contents is not properly updated. I need to hit Ctrl-L to update the > contents. > > Alt-Space doesn't work on neither 0274 nor 0275. > > Regards, > Ken Takata > > I see that I was incorrect about alt-space-based maximizing working for me; it does maximize the window, but much of the resulting window has a gray background with no text in it. Ctrl-L causes it to redraw and take up the whole space, as stated by others. -- Eric Christopherson -- -- You received this message from the "vim_use" 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_use" 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.
