summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testdir/test_options.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim
index 460a569f5..d8f033e03 100644
--- a/src/testdir/test_options.vim
+++ b/src/testdir/test_options.vim
@@ -344,7 +344,7 @@ func Test_backupskip()
for var in ['$TEMPDIR', '$TMP', '$TEMP']
if exists(var)
let varvalue = substitute(expand(var), '\\', '/', 'g')
- call assert_match(varvalue . '.\*', bskvalue)
+ call assert_match(varvalue . '/\=\*', bskvalue)
endif
endfor
endfunc
diff --git a/src/version.c b/src/version.c
index 40843f982..68df1ecad 100644
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 272,
+/**/
271,
/**/
270,