modify one line in $home/_vimrc:
function MyDiff()
...
if $VIMRUNTIME =~ ' '
if &sh =~ '\<cmd'
...
to:
function MyDiff()
...
if $VIMRUNTIME =~ ' '
if &sh =~ "\<cmd"
...
2013/12/6 Ben Fritz <[email protected]>
> On Thursday, December 5, 2013 8:18:03 PM UTC-6, shada wrote:
> > Thank you, this is useful, now work properly.
> >
>
> What exactly did you do to get it working?
>
> --
> --
> 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/groups/opt_out.
>
--
--
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/groups/opt_out.