1587 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Completion for ":cd" from 'cdpath' #374

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The `cd` command should consider the `cdpath` setting for completion of 
relative paths.

Currently the completion appears to use only the current working directory when 
completing relative paths.

This means that `:cd foo<Tab>` should complete `foobar` if there exists 
`/path/in/cdpath/foobar` (and `/path/in/cdpath` is in `cdpath`).

Original issue reported on code.google.com by dhahler@gmail.com on 15 Jun 2015 at 6:55