aleCodd wrote:
> OK, i typed the command ':redir!> /home/myname/file_name' and
> then tried a few commands like :ls, :echo 'some_string' etc.
> but the file (file_name) is still empty. Why?

You need to finish the operation:

  :redir! > my.txt
  :cd
  :set nomore
  :scriptnames
  :redir END

Then you should have something in file my.txt (the commands
are just random examples).

John

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

Reply via email to