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.4 / 7.4.563 < prev    next >
Encoding:
Internet Message Format  |  2015-01-07  |  2.1 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.563
  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.4.563
  11. Problem:    No test for replacing on a tab in Virtual replace mode.
  12. Solution:   Add a test. (Elias Diem)
  13. Files:        src/testdir/test48.in, src/testdir/test48.ok
  14.  
  15.  
  16. *** ../vim-7.4.562/src/testdir/test48.in    2012-12-12 18:09:21.000000000 +0100
  17. --- src/testdir/test48.in    2015-01-07 13:50:22.725817323 +0100
  18. ***************
  19. *** 44,49 ****
  20. --- 44,53 ----
  21.   /^"r"
  22.   $5lrxa<-- should be 'x'
  23.   :"
  24. + :" Test "r" on a tab
  25. + :" Note that for this test, 'ts' must be 8 (the default).
  26. + ^5lrxA<-- should be '  x  '
  27. + :"
  28.   :"   Test to make sure 'x' can delete control characters
  29.   :set display=uhex
  30.   ^xxxxxxi[This line should contain only the text between the brackets.]
  31. ***************
  32. *** 72,77 ****
  33. --- 76,82 ----
  34.   this is a test
  35.   this is a test
  36.   "r"
  37. + "r"    
  38.   ab
  39. sd
  40.   abcv6efi.him0kl
  41.   
  42. *** ../vim-7.4.562/src/testdir/test48.ok    2012-12-12 18:09:25.000000000 +0100
  43. --- src/testdir/test48.ok    2015-01-07 13:44:09.418122081 +0100
  44. ***************
  45. *** 12,17 ****
  46. --- 12,18 ----
  47.   this is a test
  48.   this is a test
  49.   "r"    x<-- should be 'x'
  50. + "r"  x  <-- should be '  x  '
  51.   [This line should contain only the text between the brackets.]
  52.      v   i   m   <-- should show the name of a noted text editor
  53.       6   .   0   <-- and its version number
  54. *** ../vim-7.4.562/src/version.c    2015-01-07 13:31:48.890661692 +0100
  55. --- src/version.c    2015-01-07 14:02:11.173641021 +0100
  56. ***************
  57. *** 743,744 ****
  58. --- 743,746 ----
  59.   {   /* Add new patch number below this line */
  60. + /**/
  61. +     563,
  62.   /**/
  63.  
  64. -- 
  65. hundred-and-one symptoms of being an internet addict:
  66. 54. You start tilting your head sideways to smile. :-)
  67.  
  68.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  69. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  70. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  71.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  72.