mirror of
https://github.com/neovim/neovim.git
synced 2026-07-19 23:51:38 +00:00
backport: docs: misc, window (#39722)
- formalize `window-number` similar to `tabpage-number`. - reference it from docs.
This commit is contained in:
@@ -30,6 +30,11 @@ local is_os = t.is_os
|
||||
local testlog = 'Xtest-defaults-log'
|
||||
|
||||
describe('startup defaults', function()
|
||||
it("NVIM_NOTTYFAST=1 unsets 'ttyfast'", function()
|
||||
clear { env = { NVIM_NOTTYFAST = '1' } }
|
||||
eq(0, n.eval('&ttyfast'))
|
||||
end)
|
||||
|
||||
describe(':filetype', function()
|
||||
local function expect_filetype(expected)
|
||||
local screen = Screen.new(50, 4)
|
||||
|
||||
Reference in New Issue
Block a user