aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-02-14 18:26:22 +0800
committerGitHub <noreply@github.com>2023-02-14 18:26:22 +0800
commit3a6a7add57d2ac141f474b54659bbbf596b76059 (patch)
tree9d9d25760377cfe0a1ea8d74665ddb510e940fb5
parent46a87a5d2bac598fed0870f0d3c926087f95d30f (diff)
downloadrneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.tar.gz
rneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.tar.bz2
rneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.zip
test: remove unused field ext_float (#22243)
-rw-r--r--test/functional/ui/screen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/screen.lua b/test/functional/ui/screen.lua
index 3b9cce0e6f..a059fb5b89 100644
--- a/test/functional/ui/screen.lua
+++ b/test/functional/ui/screen.lua
@@ -214,7 +214,7 @@ function Screen:attach(options, session)
-- simplify test code by doing the same.
self._options.rgb = true
end
- if self._options.ext_multigrid or self._options.ext_float then
+ if self._options.ext_multigrid then
self._options.ext_linegrid = true
end
end