Re: [patch] fixed highlight of directory names containing spaces in wildmode=list

2010-03-14 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > Attached patch fixes the following item in Vim's TODO list: > > ":e dir" with 'wildmode' set to "list" doesn't highlight directory > names > with a space. (Alexandre Provencio, 2009 Jun 9) > > Steps to reproduce it: > > In shell, run: > > $ mkdir foo\ bar > $

[patch] fixed highlight of directory names containing spaces in wildmode=list

2010-03-13 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes the following item in Vim's TODO list: ":e dir" with 'wildmode' set to "list" doesn't highlight directory names with a space. (Alexandre Provencio, 2009 Jun 9) Steps to reproduce it: In shell, run: $ mkdir foo\ bar $ mkdir foobar $ vim -u NONE -c 'set nocompat