We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a901a37 commit eaa49e4Copy full SHA for eaa49e4
2 files changed
src/testdir/test_window_cmd.vim
@@ -42,6 +42,8 @@ function Test_window_cmd_wincmd_gf()
42
function s:swap_exists()
43
let v:swapchoice = s:swap_choice
44
endfunc
45
+ " Remove the catch-all that runtest.vim adds
46
+ au! SwapExists
47
augroup test_window_cmd_wincmd_gf
48
autocmd!
49
exec "autocmd SwapExists " . fname . " call s:swap_exists()"
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1679,
782
/**/
783
1678,
784
0 commit comments