We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get-word!
1 parent e26d3d4 commit 74d0c30Copy full SHA for 74d0c30
src/mezz/mezz-help.reb
@@ -151,7 +151,7 @@ import module [
151
]
152
][
153
; don't show user context values if these are same like library ones
154
- if all [user? any [ word = 'lib-local same? val select system/contexts/lib word]][ continue ]
+ if all [user? any [ word = 'lib-local same? :val select system/contexts/lib word ]][ continue ]
155
156
str: join "^[[1;32m" form-pad word 15
157
append str "^[[m "
0 commit comments