c85d938
To: vim-dev@vim.org
c85d938
Subject: Patch 7.2.029
c85d938
Fcc: outbox
c85d938
From: Bram Moolenaar <Bram@moolenaar.net>
c85d938
Mime-Version: 1.0
c85d938
Content-Type: text/plain; charset=ISO-8859-1
c85d938
Content-Transfer-Encoding: 8bit
c85d938
------------
c85d938
c85d938
Patch 7.2.029
c85d938
Problem:    No completion for ":doautoall".
c85d938
Solution:   Complete ":doautoall" like ":doautocmd".  (Doug Kearns)
c85d938
Files:	    src/ex_docmd.c
c85d938
c85d938
c85d938
*** ../vim-7.2.028/src/ex_docmd.c	Thu Sep 18 21:29:07 2008
c85d938
--- src/ex_docmd.c	Mon Nov  3 21:21:17 2008
c85d938
***************
c85d938
*** 3609,3614 ****
c85d938
--- 3610,3616 ----
c85d938
  	    return set_context_in_autocmd(xp, arg, FALSE);
c85d938
  
c85d938
  	case CMD_doautocmd:
c85d938
+ 	case CMD_doautoall:
c85d938
  	    return set_context_in_autocmd(xp, arg, TRUE);
c85d938
  #endif
c85d938
  	case CMD_set:
c85d938
*** ../vim-7.2.028/src/version.c	Thu Nov  6 11:04:50 2008
c85d938
--- src/version.c	Thu Nov  6 17:14:58 2008
c85d938
***************
c85d938
*** 678,679 ****
c85d938
--- 678,681 ----
c85d938
  {   /* Add new patch number below this line */
c85d938
+ /**/
c85d938
+     29,
c85d938
  /**/
c85d938
c85d938
-- 
c85d938
Press any key to continue, press any other key to quit.
c85d938
c85d938
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
c85d938
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
c85d938
\\\        download, build and distribute -- http://www.A-A-P.org        ///
c85d938
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///