Dnia poniedziałek, 16 października 2006 15:05, Marius Roets napisał:
> Hi everybody,
> Is it possible to use the output of Vim commands in a script? My
> specific problem currently is that I would like to use the output of
>
> :tabs in a script. I cannot find a Vim function that does the same as
>
> this command. Any ideas?

:help :redir

From third entry you have what you want (redirect to
register/variable/clipboard etc.).

m.

Reply via email to