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.493 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.5 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.493
  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.493 (after 7.3.492)
  11. Problem:    Two unused variables.
  12. Solution:   Remove them. (Hong Xu)
  13. Files:        src/misc1.c
  14.  
  15.  
  16. *** ../vim-7.3.492/src/misc1.c    2012-04-05 17:17:38.000000000 +0200
  17. --- src/misc1.c    2012-04-06 13:49:39.000000000 +0200
  18. ***************
  19. *** 6489,6495 ****
  20.       int        cont_amount = 0;    /* amount for continuation line */
  21.       int        original_line_islabel;
  22.       int        added_to_amount = 0;
  23. -     int        is_if_for_while = 0;
  24.   
  25.       for (options = curbuf->b_p_cino; *options; )
  26.       {
  27. --- 6489,6494 ----
  28. ***************
  29. *** 6876,6882 ****
  30.           pos_T        cursor_save = curwin->w_cursor;
  31.           pos_T        outermost;
  32.           char_u        *line;
  33. -         int        look_col;
  34.   
  35.           trypos = &our_paren_pos;
  36.           do {
  37. --- 6875,6880 ----
  38. *** ../vim-7.3.492/src/version.c    2012-04-05 17:17:38.000000000 +0200
  39. --- src/version.c    2012-04-06 13:50:21.000000000 +0200
  40. ***************
  41. *** 716,717 ****
  42. --- 716,719 ----
  43.   {   /* Add new patch number below this line */
  44. + /**/
  45. +     493,
  46.   /**/
  47.  
  48. -- 
  49. Not too long ago, compress was something you did to garbage...
  50.  
  51.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  52. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  53. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  54.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  55.