Saturday, June 1, 2013

Re: How to echo to stdout?

Hi there!

2013/6/2 Peng Yu <pengyu.ut@gmail.com>:
> 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 vim_use+unsubscribe@googlegroups.com.
> 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 the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment