>> how can I redirect the call gvim -V to a file?
>> ?
>>
>> [Windows XP]
>>
>> Joachim
>> ###########################################
>
>       gvim -V c:/temp/ausgabe
>
> see
>       :help -V
>               " two paragraphs
>
>       :help 'verbosefile'

Here's how I'm using the verbosefile setting in my _vimrc file:

    let &verbosefile = expand("$TEMP") . "/vim_debug.out"

HTH!

Tom Purl

Reply via email to