mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 13:10:44 +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:
@@ -138,9 +138,9 @@ describe('put command', function()
|
||||
end -- create_test_defs() }}}
|
||||
|
||||
local function find_cursor_position(expect_string) -- {{{
|
||||
-- There must only be one occurance of the character 'x' in
|
||||
-- There must only be one occurrence of the character 'x' in
|
||||
-- expect_string.
|
||||
-- This function removes that occurance, and returns the position that
|
||||
-- This function removes that occurrence, and returns the position that
|
||||
-- it was in.
|
||||
-- This returns the cursor position that would leave the 'x' in that
|
||||
-- place if we feed 'ix<esc>' and the string existed before it.
|
||||
|
||||
@@ -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