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.1219 < prev    next >
Encoding:
Internet Message Format  |  2013-06-16  |  1.8 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.1219
  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.1219
  11. Problem:    No test for using []] inside \%[].
  12. Solution:   Add a test.
  13. Files:        src/testdir/test64.in, src/testdir/test64.ok
  14.  
  15.  
  16. *** ../vim-7.3.1218/src/testdir/test64.in    2013-06-17 21:33:36.000000000 +0200
  17. --- src/testdir/test64.in    2013-06-17 21:59:47.000000000 +0200
  18. ***************
  19. *** 367,372 ****
  20. --- 367,373 ----
  21.   :call add(tl, [2, '\%[bar]x', 'bxx', 'bx'])
  22.   :call add(tl, [2, '\%[bar]x', 'xxx', 'x'])
  23.   :call add(tl, [2, 'b\%[[ao]r]', 'bar bor', 'bar'])
  24. + :call add(tl, [2, 'b\%[[]]r]', 'b]r bor', 'b]r'])
  25.   :"
  26.   :"""" Alternatives, must use first longest match
  27.   :call add(tl, [2, 'goo\|go', 'google', 'goo'])
  28. *** ../vim-7.3.1218/src/testdir/test64.ok    2013-06-17 21:33:36.000000000 +0200
  29. --- src/testdir/test64.ok    2013-06-17 21:59:51.000000000 +0200
  30. ***************
  31. *** 839,844 ****
  32. --- 839,847 ----
  33.   OK 0 - b\%[[ao]r]
  34.   OK 1 - b\%[[ao]r]
  35.   OK 2 - b\%[[ao]r]
  36. + OK 0 - b\%[[]]r]
  37. + OK 1 - b\%[[]]r]
  38. + OK 2 - b\%[[]]r]
  39.   OK 0 - goo\|go
  40.   OK 1 - goo\|go
  41.   OK 2 - goo\|go
  42. *** ../vim-7.3.1218/src/version.c    2013-06-17 21:53:33.000000000 +0200
  43. --- src/version.c    2013-06-17 22:03:18.000000000 +0200
  44. ***************
  45. *** 730,731 ****
  46. --- 730,733 ----
  47.   {   /* Add new patch number below this line */
  48. + /**/
  49. +     1219,
  50.   /**/
  51.  
  52. -- 
  53. If you're sending someone Styrofoam, what do you pack it in?
  54.  
  55.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  56. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  57. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  58.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  59.