forked from aniani/vim
patch 9.0.0678: using exclamation marks on :function
Problem: Using exclamation marks on :function. Solution: Use :func and :endfunc as usual.
This commit is contained in:
@@ -220,7 +220,7 @@ func Test_prompt_buffer_getbufinfo()
|
||||
%bwipe!
|
||||
endfunc
|
||||
|
||||
function! Test_prompt_while_writing_to_hidden_buffer()
|
||||
func Test_prompt_while_writing_to_hidden_buffer()
|
||||
call CanTestPromptBuffer()
|
||||
CheckUnix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user