On 2011-02-04 Tim Chase <[email protected]> wrote: > > When in doubt about a vim listing, one can use :redir to capture the > > output, then put it into a scratch buffer, and search there; f.ex. > > > > :new > > :redir @" > > :map > > :map! > > :redir END > > and paste here with "p" :)
That's awesome! Every day a new vim trick :) Thanks to you, Tim and John. Marco -- 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
