Patch 7.3.752 Problem: Test 49 script file doesn't fold properly. Solution: Add a colon. Files: src/testdir/test49.vim
*** ../vim-7.3.751/src/testdir/test49.vim 2012-11-14 22:38:04.000000000 +0100 --- src/testdir/test49.vim 2012-11-23 22:08:37.000000000 +0100 *************** *** 1,6 **** " Vim script language tests " Author: Servatius Brandt <[email protected]> ! " Last Change: 2010 Sep 29 "------------------------------------------------------------------------------- " Test environment {{{1 --- 1,6 ---- " Vim script language tests " Author: Servatius Brandt <[email protected]> ! " Last Change: 2012 Nov 23 "------------------------------------------------------------------------------- " Test environment {{{1 *************** *** 9604,9610 **** Xcheck 198689 "------------------------------------------------------------------------------- ! " Test 86 setloclist crash {{{1 " " Executing a setloclist() on BufUnload shouldn't crash Vim "------------------------------------------------------------------------------- --- 9604,9610 ---- Xcheck 198689 "------------------------------------------------------------------------------- ! " Test 86: setloclist crash {{{1 " " Executing a setloclist() on BufUnload shouldn't crash Vim "------------------------------------------------------------------------------- *** ../vim-7.3.751/src/version.c 2012-12-05 18:21:28.000000000 +0100 --- src/version.c 2012-12-05 18:59:50.000000000 +0100 *************** *** 727,728 **** --- 727,730 ---- { /* Add new patch number below this line */ + /**/ + 752, /**/ -- hundred-and-one symptoms of being an internet addict: 106. When told to "go to your room" you inform your parents that you can't...because you were kicked out and banned. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
