On Sun, Jan 13, 2013 at 3:56 PM, Bee <[email protected]> wrote: > :help \a > is the collection [A-Za-z] > all upper and lower case alphabet characters > possibly faster than [A-Za-z] > > :help /[] > a collection > create your own collection > [a-fz] only lower case letters a b c d e f z > > :help \( > a grouping > surround part of the search pattern with \( ... \) > then use \1 in the replace to use that found part >
Those last two are just part of what brought me to Vim almost 3 years ago. -- 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
