mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
test: remove unused field ext_float (#22243)
This commit is contained in:
parent
46a87a5d2b
commit
3a6a7add57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user