forked from aniani/vim
patch 8.2.3907: error messages are spread out
Problem: Error messages are spread out. Solution: Move error messages to errors.h. Avoid duplicates.
This commit is contained in:
@@ -428,7 +428,7 @@ endfunc
|
||||
|
||||
" Test for deleting a function
|
||||
func Test_del_func()
|
||||
call assert_fails('delfunction Xabc', 'E130:')
|
||||
call assert_fails('delfunction Xabc', 'E117:')
|
||||
let d = {'a' : 10}
|
||||
call assert_fails('delfunc d.a', 'E718:')
|
||||
func d.fn()
|
||||
|
Reference in New Issue
Block a user