2017-04-11 11:40:25 +08:00
|
|
|
cd ..
|
2018-05-21 03:35:51 +08:00
|
|
|
mkdir -p test/data/abc
|
|
|
|
mkdir -p test/data/abcd
|
2017-04-11 11:40:25 +08:00
|
|
|
touch test/data/af
|
|
|
|
touch test/data/abcdf
|
2018-05-21 03:35:51 +08:00
|
|
|
mkdir -p test/data/xy
|
|
|
|
mkdir -p test/data/xyz
|
2017-04-11 11:40:25 +08:00
|
|
|
touch test/data/xyf
|
|
|
|
touch test/data/xyzf
|
|
|
|
echo \# __fish_complete_directories test/z
|
|
|
|
__fish_complete_directories test/z
|
|
|
|
echo \# __fish_complete_directories test/d
|
|
|
|
__fish_complete_directories test/d
|
|
|
|
echo \# __fish_complete_directories test/data
|
|
|
|
__fish_complete_directories test/data
|
|
|
|
echo \# __fish_complete_directories test/data/
|
|
|
|
__fish_complete_directories test/data/
|
|
|
|
echo \# __fish_complete_directories test/data/abc
|
|
|
|
__fish_complete_directories test/data/abc 'abc dirs'
|