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.2 / 7.2.029 < prev    next >
Encoding:
Internet Message Format  |  2008-11-05  |  1.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.2.029
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=ISO-8859-1
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.2.029
  11. Problem:    No completion for ":doautoall".
  12. Solution:   Complete ":doautoall" like ":doautocmd".  (Doug Kearns)
  13. Files:        src/ex_docmd.c
  14.  
  15.  
  16. *** ../vim-7.2.028/src/ex_docmd.c    Thu Sep 18 21:29:07 2008
  17. --- src/ex_docmd.c    Mon Nov  3 21:21:17 2008
  18. ***************
  19. *** 3609,3614 ****
  20. --- 3610,3616 ----
  21.           return set_context_in_autocmd(xp, arg, FALSE);
  22.   
  23.       case CMD_doautocmd:
  24. +     case CMD_doautoall:
  25.           return set_context_in_autocmd(xp, arg, TRUE);
  26.   #endif
  27.       case CMD_set:
  28. *** ../vim-7.2.028/src/version.c    Thu Nov  6 11:04:50 2008
  29. --- src/version.c    Thu Nov  6 17:14:58 2008
  30. ***************
  31. *** 678,679 ****
  32. --- 678,681 ----
  33.   {   /* Add new patch number below this line */
  34. + /**/
  35. +     29,
  36.   /**/
  37.  
  38. -- 
  39. Press any key to continue, press any other key to quit.
  40.  
  41.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  42. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  43. \\\        download, build and distribute -- http://www.A-A-P.org        ///
  44.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  45.