Fix bash completion example

This commit is contained in:
Junegunn Choi 2013-11-20 15:22:25 +09:00
parent 57f7963eee
commit 04bf3abe99

View File

@ -287,7 +287,7 @@ vim ~/**<TAB>
cd **<TAB>
# Directories under parent directory
cd ../<TAB>
cd ../**<TAB>
```
#### Settings