Patch 7.3.1209

2013-06-16 Fir de Conversatie Bram Moolenaar

Patch 7.3.1209
Problem:No completion for :tabdo.
Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)
Files:  src/ex_docmd.c


*** ../vim-7.3.1208/src/ex_docmd.c  2013-06-14 19:15:52.0 +0200
--- src/ex_docmd.c  2013-06-16 16:11:32.0 +0200
***
*** 3603,3608 
--- 3603,3609 
case CMD_sandbox:
case CMD_silent:
case CMD_tab:
+   case CMD_tabdo:
case CMD_topleft:
case CMD_verbose:
case CMD_vertical:
*** ../vim-7.3.1208/src/version.c   2013-06-16 16:01:20.0 +0200
--- src/version.c   2013-06-16 16:12:14.0 +0200
***
*** 730,731 
--- 730,733 
  {   /* Add new patch number below this line */
+ /**/
+ 1209,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
232. You start conversations with, Have you gotten an ISDN line?

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
You received this message from the vim_dev maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Patch 7.3.1209

2013-06-16 Fir de Conversatie Suresh Govindachar

On 6/16/2013 7:14 AM, Bram Moolenaar wrote:

 Patch 7.3.1209
 Problem:No completion for :tabdo.
 Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)
 Files:src/ex_docmd.c

  In April 2013, I had reported a bug in command line completion:
  Command line completion doesn't use . and ,, in path: Bug?.
  Then Nazri Ramliy provided a patch for it.  I verified the patch
  to src/misc1.c on April 21 (but did not verify the patches to
  files src/testdir/test73.in and src/testdir/test73.ok).  Any plans
  to include this patch or any other fix for the bug?

  Thanks,

  --Suresh


--
--
You received this message from the vim_dev maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups vim_dev group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Patch 7.3.1209

2013-06-16 Fir de Conversatie Bram Moolenaar

Suresh Govindachar wrote:

 On 6/16/2013 7:14 AM, Bram Moolenaar wrote:
  
   Patch 7.3.1209
   Problem:No completion for :tabdo.
   Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)
   Files:src/ex_docmd.c
 
In April 2013, I had reported a bug in command line completion:
Command line completion doesn't use . and ,, in path: Bug?.
Then Nazri Ramliy provided a patch for it.  I verified the patch
to src/misc1.c on April 21 (but did not verify the patches to
files src/testdir/test73.in and src/testdir/test73.ok).  Any plans
to include this patch or any other fix for the bug?

See patch 7.3.917

-- 
hundred-and-one symptoms of being an internet addict:
237. You tattoo your email address on your forehead.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
You received this message from the vim_dev maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.