mirror of
https://github.com/neovim/neovim.git
synced 2026-07-30 20:38:03 +00:00
vim-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 vim/vim#5532)
4b96df5a01
This commit is contained in:
@@ -81,7 +81,7 @@ func Test_digraphs()
|
||||
call Put_Dig(".e")
|
||||
call Put_Dig("a.") " not defined
|
||||
call assert_equal(['ḃ', 'ė', '.'], getline(line('.')-2,line('.')))
|
||||
" Diaresis
|
||||
" Diaeresis
|
||||
call Put_Dig("a:")
|
||||
call Put_Dig(":u")
|
||||
call Put_Dig("b:") " not defined
|
||||
@@ -288,7 +288,7 @@ func Test_digraphs_option()
|
||||
call Put_Dig_BS(".","e")
|
||||
call Put_Dig_BS("a",".") " not defined
|
||||
call assert_equal(['ḃ', 'ė', '.'], getline(line('.')-2,line('.')))
|
||||
" Diaresis
|
||||
" Diaeresis
|
||||
call Put_Dig_BS("a",":")
|
||||
call Put_Dig_BS(":","u")
|
||||
call Put_Dig_BS("b",":") " not defined
|
||||
|
||||
Reference in New Issue
Block a user