mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal buffers (#31443)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user