From: Andre Noll Date: Sun, 5 Mar 2017 21:13:53 +0000 (+0100) Subject: subcommand: Simplify gsu(). X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=d0aaa237127d4466766d1aa92e62f4466c2e908d;hp=d0aaa237127d4466766d1aa92e62f4466c2e908d subcommand: Simplify gsu(). There is no need to special-case the four autocommands in the main entry function gsu(). Dropping the undercore in the name of the four command handlers allows to treat them in the same way as the subcommands which are provided by the application. ---