From 2e76fb80b4c228944b57b8f669e75456a23f147d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 16 Jan 2017 17:52:51 +0000 Subject: 40372: turn off POSIX_IDENTIFIERS option in completion --- ChangeLog | 3 +++ Completion/compinit | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c7319d8d0..e478b27ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-01-16 Peter Stephenson + * 40372: Completion/compinit: turn off POSIX_IDENTIFIERS option + for completion. + * 40369: Src/builtin.c: whence -v should probably quote commands since it quotes functions. diff --git a/Completion/compinit b/Completion/compinit index 2715c47e8..cc663cb71 100644 --- a/Completion/compinit +++ b/Completion/compinit @@ -154,6 +154,7 @@ _comp_options=( NO_markdirs NO_octalzeroes NO_posixbuiltins + NO_posixidentifiers NO_shwordsplit NO_shglob NO_warncreateglobal -- cgit 1.4.1