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 8e15ffc commit 85a7cb4Copy full SHA for 85a7cb4
2 files changed
src/testdir/test_backspace_opt.vim
@@ -53,6 +53,7 @@ func Test_backspace_option()
53
" Cleared when 'compatible' is set
54
set compatible
55
call assert_equal('', &backspace)
56
+ set nocompatible
57
endfunc
58
59
" vim: tabstop=2 shiftwidth=0 expandtab
src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
743
744
static int included_patches[] =
745
{ /* Add new patch number below this line */
746
+/**/
747
+ 1572,
748
/**/
749
1571,
750
0 commit comments