Hi,
I'm new to this list, so please apologize if I ask wrongly.
When I source that:
:echo "Hey!"
:let choice = 0
:while choice < 3
: let choice = confirm("Why?", "&Why not?\nBecau&Se\n&Quit", 3)
: if choice == 1
: echo "Because I'm asking"
: elseif choice == 2
: echo "Not getting near an answer..."
: endif
:endwhile
The first "Hey!" shows, but none of the following echos. It leaves
blank lines instead. It works on regular vim...
Also (probably noobish question): in vim after I type ":" I can get
last entered commands by using down arrow (and after ":m" all former
commands begining with ":m"...). Doesn't seems to work on Macvim... Am
I wrong?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---