mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
chore: fix typos (#17331)
Co-authored-by: Hongyi Lyu <hongyi.lyu95@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: notomo <notomo.motono@gmail.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
@@ -482,7 +482,7 @@ describe('Signs', function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it('ignores signs with no icon and text when calculting the signcolumn width', function()
|
||||
it('ignores signs with no icon and text when calculating the signcolumn width', function()
|
||||
feed('ia<cr>b<cr>c<cr><esc>')
|
||||
command('set number')
|
||||
command('set signcolumn=auto:2')
|
||||
|
||||
Reference in New Issue
Block a user