We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d609dcb commit 03fe775Copy full SHA for 03fe775
functions/@str-parse-json
@@ -35,7 +35,7 @@
35
# Will result in:
36
#
37
# local -A Strings
38
-# Strings[1/1]='zplugin-ices'
+# Strings[1/1]='zi-ices'
39
# Strings[2/1]='default bgn'
40
# Strings[3/1]='wait 1 lucid \ as program pick fzy make \ '
41
# Strings[3/2]='wait 1 lucid \ as null make \ sbin fzy\;contrib/fzy-\*'
@@ -44,7 +44,7 @@
44
# position, you can do:
45
46
47
-# @str-parse-json "$json" "zplugin-ices" Strings
+# @str-parse-json "$json" "zi-ices" Strings
48
49
# integer pos
50
# pos=${${(@Q)${(@z)Strings[2/1]}}[(I)bgn]}
@@ -168,4 +168,4 @@
168
if (( __nest == 2 )) {
169
: ${(PAA)__varname::="${(kv)__Strings[@]}"}
170
}
171
-}
+}
0 commit comments