forked from aniani/vim
patch 9.0.1453: typos in source code and tests
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
This commit is contained in:
committed by
Bram Moolenaar
parent
b7f6f93475
commit
b49dfd0cf2
@@ -1570,7 +1570,7 @@ func Test_proptype_substitute_join()
|
||||
call prop_add(2, 7, {'length': 2, 'type': 'number'})
|
||||
call prop_add(3, 6, {'length': 2, 'type': 'number'})
|
||||
call prop_add(4, 7, {'length': 2, 'type': 'number'})
|
||||
" The highlighted "is" in line 1, 2 and 4 is kept and ajudsted.
|
||||
" The highlighted "is" in line 1, 2 and 4 is kept and adjusted.
|
||||
" The highlighted "is" in line 3 is deleted.
|
||||
let expected = [
|
||||
\ #{type_bufnr: 0, id: 0, col: 6, end: 1, type: 'number', length: 2, start: 1},
|
||||
|
||||
Reference in New Issue
Block a user