mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
vim-patch:8.1.0711: test files still use function!
Problem: Test files still use function!.
Solution: Remove the exclamation mark. Fix overwriting a function.
1e1153600c
Some of the changes were already applied previously.
This commit is contained in:
@@ -666,7 +666,7 @@ describe('eval', function()
|
||||
source([[
|
||||
" Vim script used in test_eval.in. Needed for script-local function.
|
||||
|
||||
func! s:Testje()
|
||||
func s:Testje()
|
||||
return "foo"
|
||||
endfunc
|
||||
|
||||
|
Reference in New Issue
Block a user