Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Patch 7.2.227   Message List  
Reply | Forward Message #54550 of 55364 |


Patch 7.2.227
Problem: When using ":cd" in a script there is no way to track this.
Solution: Display the directory when 'verbose' is 5 or higher.
Files: src/ex_docmd.c


*** ../vim-7.2.226/src/ex_docmd.c 2009-07-09 20:06:30.000000000 +0200
--- src/ex_docmd.c 2009-07-09 15:24:03.000000000 +0200
***************
*** 7964,7970 ****
shorten_fnames(TRUE);

/* Echo the new current directory if the command was typed. */
! if (KeyTyped)
ex_pwd(eap);
}
vim_free(tofree);
--- 7964,7970 ----
shorten_fnames(TRUE);

/* Echo the new current directory if the command was typed. */
! if (KeyTyped || p_verbose >= 5)
ex_pwd(eap);
}
vim_free(tofree);
*** ../vim-7.2.226/src/version.c 2009-07-09 20:06:30.000000000 +0200
--- src/version.c 2009-07-09 20:13:13.000000000 +0200
***************
*** 678,679 ****
--- 678,681 ----
{ /* Add new patch number below this line */
+ /**/
+ 227,
/**/

--
hundred-and-one symptoms of being an internet addict:
83. Batteries in the TV remote now last for months.

/// Bram Moolenaar -- Bram@... -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---




Thu Jul 9, 2009 6:14 pm

Bram@...
Send Email Send Email

Forward
Message #54550 of 55364 |
Expand Messages Author Sort by Date

Patch 7.2.227 Problem: When using ":cd" in a script there is no way to track this. Solution: Display the directory when 'verbose' is 5 or higher. Files:...
Bram Moolenaar
Bram@...
Send Email
Jul 9, 2009
6:14 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help