aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pilling <robpilling@gmail.com>2019-10-30 20:38:41 +0000
committerRob Pilling <robpilling@gmail.com>2019-10-31 18:55:43 +0000
commitd4384cbbf37786f0185f6bbb2e5bf82f5573e532 (patch)
tree5d06ea731573363f108842fbcadfd2756957e2d3
parentefaf4732e26e2f0fbfab947296141376223b30d7 (diff)
downloadrneovim-d4384cbbf37786f0185f6bbb2e5bf82f5573e532.tar.gz
rneovim-d4384cbbf37786f0185f6bbb2e5bf82f5573e532.tar.bz2
rneovim-d4384cbbf37786f0185f6bbb2e5bf82f5573e532.zip
Remove unnecessary expr in 'icm' test
-rw-r--r--test/functional/ui/inccommand_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/inccommand_spec.lua b/test/functional/ui/inccommand_spec.lua
index d60cd08fb0..82251a4b88 100644
--- a/test/functional/ui/inccommand_spec.lua
+++ b/test/functional/ui/inccommand_spec.lua
@@ -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)