tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
469 stars 26 forks source link

Tab-completed queries doesn't work with multiply query terms #1

Closed vors closed 11 years ago

vors commented 11 years ago

repro: [assume you have e:\foo\source in db] j foo source+ => j foo e:\foo\source+

actual: j : Could not find find a suitable match for search term fnd in database At line:1 char:1

expected: work same as just j foo source+ (cd to e:\foo\source)

vors commented 11 years ago

Sorry, I mess with buttons and occasionally close issue.

vors commented 11 years ago

Fixed in commit 4183394e7dffd0ccd08b35b6fa90b4e26c73a492 branch master