]> git.tuebingen.mpg.de Git - paraslash.git/commit
Enable partial matching for server commands.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 5 Sep 2016 15:34:53 +0000 (17:34 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit77d9d57a01b019c53aea8f013b4498042a4f8dba
tree355ab1a18d4494fa397aa18342a37b7b8b3ac022
parent27b5b500c5fac0660d0ef0eaf1bea81a091300cc
Enable partial matching for server commands.

The feature was deactivated in an earlier commit which converted the
lsatt command to lopsub. The problem was that "ls" would have been
interpreted as lsatt because lsatt was the only converted command
that started with ls.

Now that all server commands are converted, the lopsub library function
lls_lookup_subcmd() does the right thing, so this patch removes the
additional test for an exact match.
command.c