1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-30 07:10:58 +02:00

40372: turn off POSIX_IDENTIFIERS option in completion

This commit is contained in:
Peter Stephenson 2017-01-16 17:52:51 +00:00
parent 0a2d92f98c
commit 2e76fb80b4
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2017-01-16 Peter Stephenson <p.stephenson@samsung.com>
* 40372: Completion/compinit: turn off POSIX_IDENTIFIERS option
for completion.
* 40369: Src/builtin.c: whence -v should probably quote commands
since it quotes functions.

View file

@ -154,6 +154,7 @@ _comp_options=(
NO_markdirs
NO_octalzeroes
NO_posixbuiltins
NO_posixidentifiers
NO_shwordsplit
NO_shglob
NO_warncreateglobal