summaryrefslogtreecommitdiff
path: root/server/src/core/rename.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/core/rename.lua')
-rw-r--r--server/src/core/rename.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/core/rename.lua b/server/src/core/rename.lua
index b9f692d6..98257ddb 100644
--- a/server/src/core/rename.lua
+++ b/server/src/core/rename.lua
@@ -35,7 +35,7 @@ local function parseResult(source, newName)
end)
return positions
end
- if source:bindValue() then
+ if source:bindValue() and source:get 'parent' then
if source:get 'in index' then
if not parser.grammar(newName, 'Exp') then
return positions