"Ed S. Peschko" <[EMAIL PROTECTED]> 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.
Thanks to the people on the ML, I have a :Uniq command in a plugin: http://hermitte.free.fr/vim/ressources/vimfiles/plugin/system_utils.vim Moreover, vim can be seen as a super-sed/super-grep. In the end I'm even doing *nix-like manipulations from vim, even while I'm on a solaris box. > 2. vim take a list of files as an input (ie: vim -l filelist) As I use cygwin, I have no similar problem. I also have another plugin to split-open (or do whatever I want on) many files that are matching a pattern, and that can be found in a directory from a list of directories. (-> searchInRuntime) > Any ideas to get around this would be greatly appreciated as well as maybe > adding to the above list, but I don't see any easy workarounds. Continue learning vim ? This editor keeps surprising me. (Thanks Bram!) HTH, -- Luc Hermitte http://hermitte.free.fr/vim/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
