This commit is contained in:
Dimitris Apostolou 2021-11-13 00:05:08 +02:00
parent 1a9264bc66
commit e4bc68b376
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A

View File

@ -74,7 +74,7 @@ _zsh_highlight__is_function_p() {
# name of a callable function. A function is callable if it is fully defined # name of a callable function. A function is callable if it is fully defined
# or if it is marked for autoloading and autoloading it at the first call to it # or if it is marked for autoloading and autoloading it at the first call to it
# will succeed. In particular, if a function has been marked for autoloading # will succeed. In particular, if a function has been marked for autoloading
# but is not available in $fpath, then this function will return False therefor. # but is not available in $fpath, then this function will therefore return False.
# #
# See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671 # See users/21671 http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=21671
_zsh_highlight__function_callable_p() { _zsh_highlight__function_callable_p() {