Change the libreadline word-break character set to only space, TAB and NL so that...
commit9893888c5195ea6ebb7566a0277c6723aa4c81a1
authorRichard Sharpe <rsharpe@samba.org>
Fri, 18 Sep 2015 23:19:54 +0000 (18 16:19 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 7 Oct 2015 02:16:24 +0000 (7 04:16 +0200)
tree75cfe57d4eee9ff6605b344360d0da4cc6377045
parent1bb46dae829d9cd74534669371246ada86b5841a
Change the libreadline word-break character set to only space, TAB and NL so that we can attempt to do tab completion across backslashes.

This turned out to be all that was needed to enable cd to handle multiple
directory levels.

Signed-off-by: Richard Sharpe <rsharpe@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Oct  7 04:16:24 CEST 2015 on sn-devel-104
libcli/smbreadline/smbreadline.c