On Nov 12, 2007 10:34 PM, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
> Nikolai Weibull wrote:
> > Another issue is that there's doesn't seem to be a way to escape a
> > comma inside a brace expansion. Neither two commas in a row or a
> > backslash seem to generate a comma.
> How about using [,]? Doubling backslash?
Tried that, results in an illegal pattern error. None of 1 through 10
backslashes help.
% echo ~/{bin,tmp,\,}
works fine in the shell (Zsh).
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---