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:
parent
0a2d92f98c
commit
2e76fb80b4
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -154,6 +154,7 @@ _comp_options=(
|
|||
NO_markdirs
|
||||
NO_octalzeroes
|
||||
NO_posixbuiltins
|
||||
NO_posixidentifiers
|
||||
NO_shwordsplit
|
||||
NO_shglob
|
||||
NO_warncreateglobal
|
||||
|
|
Loading…
Reference in a new issue