mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00:00
test: remove unused field ext_float (#22243)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user