]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge branch 'DefaultUser/zsh_autocomplete' into 'master'
authorMartin Taibr <taibr.martin@gmail.com>
Sat, 10 Feb 2018 02:40:56 +0000 (02:40 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Sat, 10 Feb 2018 02:40:56 +0000 (02:40 +0000)
Add zsh autocompletion for the all script

See merge request xonotic/xonotic!33

README.md
misc/infrastructure/checkupdate.txt
misc/tools/all/config.subr
server/help.cfg

index 11bc8b7cba7f356207b538554763eb8188f578d3..0af26ac4707806d755129a78fc4aa79de2728081 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,4 +34,4 @@ The community is primarily active in the [forums](http://forums.xonotic.org/) an
 
 ## License
 
-Distributed under the GPLv2 license. See the [LICENSE](LICENSE) file for more details.
+Distributed under the GPLv2 license. See the [COPYING](COPYING) file for more details.
index 8383e89f812d833a8a5e8fe5079fb3b9a97b282f..47eba2eb3132a4fa2a0bf7e1867e5c37b9af91ec 100644 (file)
@@ -41,6 +41,8 @@ R J9JepdOZjvCBXYfz8fj3civ4PulKF4/asnK9u5ZojYg=
 R 6QtAVwbWcJFYZDvSeuZHEaaJE4JoTzmNni/LPZUSOKE=
 R Lh+WWOrY7IjXqP7pekmlgy6R+N+tTBm6DBV1gUZvtZ4=
 R ggH3OBVqbVeCCBkLQZtFLvwxuTpfBAz+/scg3OwsPVo=
+R kV3UkVGqke8UhrgIWKhTOU/nDhk3f+OT7TVEfqh9xy0=
+R AaQzHJT+/f6XHfZ4Zabz2KR7dXwQsoKJ1XYICRNo7to=
 
 # Promoted servers. Always show up as recommended, even if "slow".
 # P <key or IP here>
index c321232f9720e8fe4f66e91b19e60548e2af1a6f..03499ba98cdfec3f7edc38f91882bd688027be5d 100644 (file)
@@ -32,8 +32,7 @@ allmirrors()
        "$@" http ''   http://us.git.xonotic.org/xonotic/  ''
 
        # Gitlab host (divVerent).
-       # Disabled because of https://gitlab.com/gitlab-com/support-forum/issues/15
-       "$@" http ''   https://gitlab.com/xonotic/         ''
+       "$@" http gitlab   https://gitlab.com/xonotic/     ''
 
        # German host (divVerent).
        "$@" git  de   git://de.git.xonotic.org/xonotic/   ''
index 93def2880833a42bc221c07769ab1622ed58b90a..3cb465aee3719c89822ac900c956f9980d7cd939 100644 (file)
@@ -79,7 +79,7 @@ set help_tmp_index 0
 alias help_say "set help_tmp_oldnick \"$sv_adminnick\"; set sv_adminnick \"$help_cfg_nick\"; say \"$*\"; help_say2"
 alias help_say2 "set sv_adminnick \"$help_tmp_oldnick\""
 alias help_doit "sv_cmd rpn /help_tmp_msg help_msg_$help_tmp_index def; help_doit2"
-alias help_doit2 "help_say $help_cfg_prefix\"$help_tmp_msg\""
+alias help_doit2 "help_say $help_cfg_prefix$help_tmp_msg"
 alias help_inc "sv_cmd rpn /help_tmp_index help_tmp_index 1 add $help_msg_count mod def"
 alias help_next "help_inc; help_doit"
 alias help_loop "help_next; defer $help_cfg_time help_loop"