defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal buffers (#31443)

This commit is contained in:
Gregory Anders
2024-12-04 08:40:01 -06:00
committed by GitHub
parent 3cb1e825e6
commit 56d11b494b
3 changed files with 7 additions and 1 deletions

View File

@@ -511,7 +511,7 @@ describe('buffer cursor position is correct in terminal with number column', fun
before_each(function()
clear()
command('set number')
command('au TermOpen * set number')
end)
describe('in a line with no multibyte chars or trailing spaces,', function()