diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-12-05 19:00:06 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-12-05 19:00:06 +0100 |
commit | 32c8f1cb1957bf92853f4419b0ffc761df67ad2d (patch) | |
tree | 4f989772cbec7167294fc3b2b69a9eaf0abdf050 | |
parent | 60ec5f35a5e062b018224a11d1160ea4c2e3fa4d (diff) | |
download | vim-git-32c8f1cb1957bf92853f4419b0ffc761df67ad2d.tar.gz |
updated for version 7.3.752v7.3.752
Problem: Test 49 script file doesn't fold properly.
Solution: Add a colon.
-rw-r--r-- | src/testdir/test49.vim | 4 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/testdir/test49.vim b/src/testdir/test49.vim index d17ea54b2..f32f11493 100644 --- a/src/testdir/test49.vim +++ b/src/testdir/test49.vim @@ -1,6 +1,6 @@ " Vim script language tests " Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com> -" Last Change: 2010 Sep 29 +" Last Change: 2012 Nov 23 "------------------------------------------------------------------------------- " Test environment {{{1 @@ -9604,7 +9604,7 @@ delfunction Delete_autocommands Xcheck 198689 "------------------------------------------------------------------------------- -" Test 86 setloclist crash {{{1 +" Test 86: setloclist crash {{{1 " " Executing a setloclist() on BufUnload shouldn't crash Vim "------------------------------------------------------------------------------- diff --git a/src/version.c b/src/version.c index 849546e45..435bff41c 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750, |