summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/parser/guide.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index c580aeec..181095c8 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -2141,7 +2141,7 @@ function m.searchSameFieldsInValue(status, ref, start, pushQueue, mode)
if not value then
return
end
- if mode == 'ref' then
+ if mode == 'ref' or mode == 'def' or mode == 'field' then
if m.checkValueMark(status, ref, value) then
return
end