mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
27217: fix typo in assignment in new user script
This commit is contained in:
parent
fff4f63b97
commit
0600ab5c99
2 changed files with 7 additions and 2 deletions
|
|
@ -348,7 +348,7 @@ __zni_apply_defaults() {
|
|||
(-B)
|
||||
shift
|
||||
if [[ -z $state_keymaps[main] ]]; then
|
||||
parsed_keymaps[main] = $1
|
||||
parsed_keymaps[main]=$1
|
||||
if [[ $1 = none ]]; then
|
||||
state_keymaps[main]="no value set"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue