diff --git a/src/testdir/test_plugin_comment.vim b/src/testdir/test_plugin_comment.vim index 74a88f77ee..597a04d47d 100644 --- a/src/testdir/test_plugin_comment.vim +++ b/src/testdir/test_plugin_comment.vim @@ -58,7 +58,7 @@ func Test_backward_slash_uncomment() let input_file = "Test_backward_slash_uncomment_input.mom" call writefile(lines, input_file, "D") - let buf = RunVimInTerminal('-c "packadd comment" ' .. input_file, {}) + let buf = RunVimInTerminal('-c "packadd comment" -c "set ft=nroff" ' .. input_file, {}) call term_sendkeys(buf, "gcc") let output_file = "backward_slash_uncomment_test.mom" call term_sendkeys(buf, $":w {output_file}\") diff --git a/src/version.c b/src/version.c index 5212d18888..99849aa8b0 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1912, /**/ 1911, /**/