On Tue, Mar 14, 2017 at 5:07 AM, A. S. Budden <abudden@gmail.com> 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 can't remember exactly where I got my Vim binary, but the top of its :ver command shows:
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Feb 1 2017 23:55:18)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1-295
Compiled by appveyor@APPVYR-WIN
Huge version with GUI. Features included (+) or not (-):
Although I have to say I've had the same problem with physically pressing <Alt><Space> also in several releases of Vim 7.3, and I think in several different Windows builds.
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment