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
@@ -162,7 +162,7 @@ endfunc
|
||||
|
||||
" Test for menu item completion in command line
|
||||
func Test_menu_expand()
|
||||
" Create the menu itmes for test
|
||||
" Create the menu items for test
|
||||
menu Dummy.Nothing lll
|
||||
for i in range(1, 4)
|
||||
let m = 'menu Xmenu.A' .. i .. '.A' .. i
|
||||
|
||||
Reference in New Issue
Block a user