mirror of
https://github.com/vim/vim.git
synced 2025-10-09 06:14:17 -04:00
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:
@@ -578,13 +578,13 @@ func Test_winrestcmd()
|
||||
only
|
||||
endfunc
|
||||
|
||||
function! Fun_RenewFile()
|
||||
func Fun_RenewFile()
|
||||
sleep 2
|
||||
silent execute '!echo "1" > tmp.txt'
|
||||
sp
|
||||
wincmd p
|
||||
edit! tmp.txt
|
||||
endfunction
|
||||
endfunc
|
||||
|
||||
func Test_window_prevwin()
|
||||
" Can we make this work on MS-Windows?
|
||||
|
Reference in New Issue
Block a user