Remove unnecessary expr in 'icm' test

This commit is contained in:
Rob Pilling 2019-10-30 20:38:41 +00:00
parent efaf4732e2
commit d4384cbbf3

View File

@ -88,7 +88,7 @@ local function common_setup(screen, inccommand, text)
})
end
command("set inccommand=" .. (inccommand and inccommand or ""))
command("set inccommand=" .. (inccommand or ""))
if text then
insert(text)