Starting with file tree:
[muir@work-mb root]$ find .
.
./foo
./foo/foo_file.rb
./bar
./bar/start
./bar/foo
- Open
bar/start
- Run
counsel-find-file
- Press backspace to go up to
/
- Type "foo" then
<C-j> to complete into foo/
- Type "foo" then
<C-j> to attempt to open foo_file.rb
I expect it to open foo_file.rb since it is not a directory, but it navigates into non-existent foo/foo directory.
I reproduced using the plain make target.