mirror of
https://github.com/vim/vim.git
synced 2025-07-24 10:45:12 -04:00
patch 8.1.1679: test using SwapExists autocommand file may fail
Problem: Test using SwapExists autocommand file may fail. Solution: Remove the SwapExists autocommand.
This commit is contained in:
parent
a901a37bae
commit
eaa49e40d7
@ -42,6 +42,8 @@ function Test_window_cmd_wincmd_gf()
|
|||||||
function s:swap_exists()
|
function s:swap_exists()
|
||||||
let v:swapchoice = s:swap_choice
|
let v:swapchoice = s:swap_choice
|
||||||
endfunc
|
endfunc
|
||||||
|
" Remove the catch-all that runtest.vim adds
|
||||||
|
au! SwapExists
|
||||||
augroup test_window_cmd_wincmd_gf
|
augroup test_window_cmd_wincmd_gf
|
||||||
autocmd!
|
autocmd!
|
||||||
exec "autocmd SwapExists " . fname . " call s:swap_exists()"
|
exec "autocmd SwapExists " . fname . " call s:swap_exists()"
|
||||||
|
@ -777,6 +777,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1679,
|
||||||
/**/
|
/**/
|
||||||
1678,
|
1678,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user