home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.752 < prev    next >
Encoding:
Internet Message Format  |  2012-12-04  |  2.4 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.752
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.752
  11. Problem:    Test 49 script file doesn't fold properly.
  12. Solution:   Add a colon.
  13. Files:        src/testdir/test49.vim
  14.  
  15.  
  16. *** ../vim-7.3.751/src/testdir/test49.vim    2012-11-14 22:38:04.000000000 +0100
  17. --- src/testdir/test49.vim    2012-11-23 22:08:37.000000000 +0100
  18. ***************
  19. *** 1,6 ****
  20.   " Vim script language tests
  21.   " Author:    Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
  22. ! " Last Change:    2010 Sep 29
  23.   
  24.   "-------------------------------------------------------------------------------
  25.   " Test environment                                {{{1
  26. --- 1,6 ----
  27.   " Vim script language tests
  28.   " Author:    Servatius Brandt <Servatius.Brandt@fujitsu-siemens.com>
  29. ! " Last Change:    2012 Nov 23
  30.   
  31.   "-------------------------------------------------------------------------------
  32.   " Test environment                                {{{1
  33. ***************
  34. *** 9604,9610 ****
  35.   Xcheck 198689
  36.   
  37.   "-------------------------------------------------------------------------------
  38. ! " Test 86   setloclist crash                            {{{1
  39.   "
  40.   "        Executing a setloclist() on BufUnload shouldn't crash Vim
  41.   "-------------------------------------------------------------------------------
  42. --- 9604,9610 ----
  43.   Xcheck 198689
  44.   
  45.   "-------------------------------------------------------------------------------
  46. ! " Test 86:  setloclist crash                            {{{1
  47.   "
  48.   "        Executing a setloclist() on BufUnload shouldn't crash Vim
  49.   "-------------------------------------------------------------------------------
  50. *** ../vim-7.3.751/src/version.c    2012-12-05 18:21:28.000000000 +0100
  51. --- src/version.c    2012-12-05 18:59:50.000000000 +0100
  52. ***************
  53. *** 727,728 ****
  54. --- 727,730 ----
  55.   {   /* Add new patch number below this line */
  56. + /**/
  57. +     752,
  58.   /**/
  59.  
  60. -- 
  61. hundred-and-one symptoms of being an internet addict:
  62. 106. When told to "go to your room" you inform your parents that you
  63.      can't...because you were kicked out and banned.
  64.  
  65.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  66. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  67. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  68.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  69.