That is not what I'm looking for. I need to somehow redirect that
output that is not to stdout to stdout.

For example, I want to see the output of "set filetype" on stdout.

~/linux/test/vim/man/variable/filetype$ cat main.vimrc
set filetype
q
~/linux/test/vim/man/variable/filetype$ vim -S main.vimrc

On Sun, Jun 2, 2013 at 1:03 AM, Asis Hallab <[email protected]> wrote:
> Hi there!
>
> 2013/6/2 Peng Yu <[email protected]>:
>> Hi,
>>
>> The following command does not echo anything to stdout.
>>
>> ~/linux/bin/xplat/src/vim/vimS/main$ cat main.vimrc
>> :echo "Hello world"
>
> :!echo "Hello world!
>
> You do need the exclamation mark.
>
> Cheers!
>
>> :q
>> ~/linux/bin/xplat/src/vim/vimS/main$ vim -S main.vimrc
>>
>> Is there a way to echo the message to stdout? Also what is the fd
>> number that echo print to by default and how it implement in vim?
>> Thanks.
>>
>> Regard,
>> Peng
>>
>> --
>> --
>> 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.
>>
>>
>
>
>
> --
> Asis Hallab
> Rothehausstr. 6 - 12
> 50823 Köln
>
> Skype: asis.hallab.cgn
> Fest (Köln) 42346046
> Mobil  (O2) 0176 63370211
> Fax 01212 - 5 - 30697106
>
> --
> --
> 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 a topic in the Google 
> Groups "vim_use" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/vim_use/EI3U_GbYCKg/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Regards,
Peng

-- 
-- 
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.


Reply via email to