|
Karsten Hopp |
bf2758 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
bf2758 |
Subject: Patch 7.3.752
|
|
Karsten Hopp |
bf2758 |
Fcc: outbox
|
|
Karsten Hopp |
bf2758 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
bf2758 |
Mime-Version: 1.0
|
|
Karsten Hopp |
bf2758 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
bf2758 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
bf2758 |
------------
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
Patch 7.3.752
|
|
Karsten Hopp |
bf2758 |
Problem: Test 49 script file doesn't fold properly.
|
|
Karsten Hopp |
bf2758 |
Solution: Add a colon.
|
|
Karsten Hopp |
bf2758 |
Files: src/testdir/test49.vim
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
*** ../vim-7.3.751/src/testdir/test49.vim 2012-11-14 22:38:04.000000000 +0100
|
|
Karsten Hopp |
bf2758 |
--- src/testdir/test49.vim 2012-11-23 22:08:37.000000000 +0100
|
|
Karsten Hopp |
bf2758 |
***************
|
|
Karsten Hopp |
bf2758 |
*** 1,6 ****
|
|
Karsten Hopp |
bf2758 |
" Vim script language tests
|
|
Karsten Hopp |
bf2758 |
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
|
Karsten Hopp |
bf2758 |
! " Last Change: 2010 Sep 29
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
" Test environment {{{1
|
|
Karsten Hopp |
bf2758 |
--- 1,6 ----
|
|
Karsten Hopp |
bf2758 |
" Vim script language tests
|
|
Karsten Hopp |
bf2758 |
" Author: Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
|
|
Karsten Hopp |
bf2758 |
! " Last Change: 2012 Nov 23
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
" Test environment {{{1
|
|
Karsten Hopp |
bf2758 |
***************
|
|
Karsten Hopp |
bf2758 |
*** 9604,9610 ****
|
|
Karsten Hopp |
bf2758 |
Xcheck 198689
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
! " Test 86 setloclist crash {{{1
|
|
Karsten Hopp |
bf2758 |
"
|
|
Karsten Hopp |
bf2758 |
" Executing a setloclist() on BufUnload shouldn't crash Vim
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
--- 9604,9610 ----
|
|
Karsten Hopp |
bf2758 |
Xcheck 198689
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
! " Test 86: setloclist crash {{{1
|
|
Karsten Hopp |
bf2758 |
"
|
|
Karsten Hopp |
bf2758 |
" Executing a setloclist() on BufUnload shouldn't crash Vim
|
|
Karsten Hopp |
bf2758 |
"-------------------------------------------------------------------------------
|
|
Karsten Hopp |
bf2758 |
*** ../vim-7.3.751/src/version.c 2012-12-05 18:21:28.000000000 +0100
|
|
Karsten Hopp |
bf2758 |
--- src/version.c 2012-12-05 18:59:50.000000000 +0100
|
|
Karsten Hopp |
bf2758 |
***************
|
|
Karsten Hopp |
bf2758 |
*** 727,728 ****
|
|
Karsten Hopp |
bf2758 |
--- 727,730 ----
|
|
Karsten Hopp |
bf2758 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
bf2758 |
+ /**/
|
|
Karsten Hopp |
bf2758 |
+ 752,
|
|
Karsten Hopp |
bf2758 |
/**/
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
--
|
|
Karsten Hopp |
bf2758 |
hundred-and-one symptoms of being an internet addict:
|
|
Karsten Hopp |
bf2758 |
106. When told to "go to your room" you inform your parents that you
|
|
Karsten Hopp |
bf2758 |
can't...because you were kicked out and banned.
|
|
Karsten Hopp |
bf2758 |
|
|
Karsten Hopp |
bf2758 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
bf2758 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
bf2758 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
bf2758 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|