mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-06 15:53:06 +02:00
Merge branch 'fix/gsettings-completion-unset-schemadir' into 'main'
completion: make gsettings work in nounset mode See merge request GNOME/glib!3989
This commit is contained in:
commit
ccc6867391
@ -5,7 +5,7 @@
|
|||||||
####################################################################################################
|
####################################################################################################
|
||||||
|
|
||||||
__gsettings() {
|
__gsettings() {
|
||||||
local choices coffset schemadir
|
local choices coffset schemadir=""
|
||||||
|
|
||||||
if [ ${COMP_CWORD} -gt 2 ]; then
|
if [ ${COMP_CWORD} -gt 2 ]; then
|
||||||
if [ ${COMP_WORDS[1]} = --schemadir ]; then
|
if [ ${COMP_WORDS[1]} = --schemadir ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user