Do not disable zstyle if compsys did not load
authorFrank Terbeck <ft@bewatermyfriend.org>
Wed, 25 Jul 2012 20:22:59 +0000 (22:22 +0200)
committerFrank Terbeck <ft@bewatermyfriend.org>
Wed, 25 Jul 2012 20:22:59 +0000 (22:22 +0200)
Zstyle is _used_ to configure the completion system but it is *not*
a part of it. Other systems use zstyle too, and if we lock it away,
those systems may break in undesirable ways.

etc/zsh/zshrc

index 2d5c189..5ac408a 100644 (file)
@@ -969,7 +969,6 @@ if zrcautoload compinit ; then
     compinit || print 'Notice: no compinit available :('
 else
     print 'Notice: no compinit available :('
-    function zstyle { }
     function compdef { }
 fi