forked from aniani/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.
This commit is contained in:
@@ -236,7 +236,7 @@ func Test_sentence_with_quotes()
|
||||
%delete _
|
||||
endfunc
|
||||
|
||||
func! Test_sentence_with_cursor_on_delimiter()
|
||||
func Test_sentence_with_cursor_on_delimiter()
|
||||
enew!
|
||||
call setline(1, "A '([sentence.])' A sentence.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user