Shell commands and the more-prompt

2006-07-16 Thread justin constantino
I'm trying to write a plugin that runs a few shell commands. I want the user to be able to see the output of the commands, but if it takes up more than a screenful, there doesn't seem to be any way to see the part that goes off screen. I looked for a way to make Vim use the more-prompt for the

Re: minor feature request: let!

2006-07-13 Thread justin constantino
On 7/9/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Justin Constantino wrote: Currently, if you try to assign a value to a variable with a different type, you get: E706: Variable type mismatch To make it work, you have to first unlet the variable, which is kind of annoying