krischik wrote:
> Hello,
>
> the following command won't write the result of "&modified" to the
> file "X" but display it inside a pop-up window:
>
> --------------------------------------------------------------------------------------------
> gvim --nofork --servername 'Eclipse' --remote-expr "&modified" >x
> --------------------------------------------------------------------------------------------
>
> Am I mistaken or does this does make "--remote-expr" rather useless on
> Windows?
>
> Martin
Use a console version (with +clientserver) instead:
vim --servername 'Eclipse' --remote-expr "&modified" >x
Best regards,
Tony.
--
Virgin, n.:
An ugly third grader.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---