diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-02-14 18:26:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-14 18:26:22 +0800 |
commit | 3a6a7add57d2ac141f474b54659bbbf596b76059 (patch) | |
tree | 9d9d25760377cfe0a1ea8d74665ddb510e940fb5 | |
parent | 46a87a5d2bac598fed0870f0d3c926087f95d30f (diff) | |
download | rneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.tar.gz rneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.tar.bz2 rneovim-3a6a7add57d2ac141f474b54659bbbf596b76059.zip |
test: remove unused field ext_float (#22243)
-rw-r--r-- | test/functional/ui/screen.lua | 2 |
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 |