I have been trying to get 'match-hidden-files' to work on bash 4.3.11, but I can't. I wanted to make sure it's not something I'm doing wrong.
$ grep match-hidden-files .inputrc
set match-hidden-files on
Here are example folders:
$ ls -ld .icon*
lrwxrwxrwx 1 victor victor 57 Oct 20 10:39 .icons -> /home/victor/Sync/BitTorrentSync/victor/ConfigFiles/icons
drwxrwxr-x 2 victor victor 4096 Nov 2 00:14 .icons2
-rw-rw-r-- 1 victor victor 0 Nov 2 00:55 .icons3
drwxrwxr-x 2 victor victor 4096 Nov 2 00:59 .icons4
When I type 'cd ico' (without the '.') and press Tab nothing happens. I would expect to see this:
$ ls .ico
.icons/ .icons2/ .icons3 .icons4