mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
patch 8.2.0156: various typos in source files and tests
Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes #5532)
This commit is contained in:
@ -274,7 +274,7 @@ func Test_set_register()
|
||||
call setreg('=', 'b', 'a')
|
||||
call assert_equal('regwrite', getreg('='))
|
||||
|
||||
" Test for settting a list of lines to special registers
|
||||
" Test for setting a list of lines to special registers
|
||||
call setreg('/', [])
|
||||
call assert_equal('', @/)
|
||||
call setreg('=', [])
|
||||
|
Reference in New Issue
Block a user