mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 08:41:49 +10: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