Ed Peschko wrote:
> I know it's been discussed before, but how easy would it be to make:
>
> 1. uniq (and other commonly used %! commands to sort input) native
> to vim.
Use the built-in ":sort" command with the "u" flag.
> 2. vim take a list of files as an input (ie: vim -l filelist)
It's a bit more typing, but you can do it:
vim '+n `=readfile("/tmp/filelist")`'
--
Advice to worms: Sleep late.
/// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---