
10 May
2006
10 May
'06
10:45 p.m.
On 5/11/06, Tsuna <tsuna@warszawa.lrde.epita.fr> wrote:
On 2006-05-10, Nicolas Pouillard <nicolas.pouillard@gmail.com> wrote:
On 5/10/06, Tsuna <tsuna@warszawa.lrde.epita.fr> wrote:
Cool thanks for the reply :) Is it possible to exclude ``.*.sw?'' in ~/.vcs ?
Yes but if you want talk about vim files toto.swp toto.swo this regexp will works better: \.sw.$
ok if it's a perl-like (or ruby-like) regexp, shouldn't it be \..*\.sw. ?
It's a ruby regexp (so almost like a perl one). Don't forget the $ to anchor the end of the filename: \..*\.sw.$ -- Nicolas Pouillard aka Ertai <ertai@feydakins.org> http://uttk.org Uttk -- Unified Test Tool Kit