mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
Remove unnecessary expr in 'icm' test
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user