Hi, I'm writing a command with a custom completion, and it works fine, except when there's a space in the "path" to complete.
For example, without spaces everything works: :Radiant edit pages/ho<tab> will complete to :Radiant edit pages/home/ which I can further complete: :Radiant edit pages/home/fi<tab> to :Radiant edit pages/home/first-post/ If there's a space, it doesn't work: :Radiant edit pages/Ho is completed to :Radiant edit pages/Home\ Page/ But now, this :Radiant edit pages/Home\ Page/A<tab> doesn't complete it, although my completion function returns what is expected as completion: pages/Home\ Page/About pages/Home\ Page/Articles What am I missing here? Raph -- Web database: http://www.myowndb.com Free Software Developers Meeting: http://www.fosdem.org