mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove unnecessary expr in 'icm' test
This commit is contained in:
parent
efaf4732e2
commit
d4384cbbf3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user