]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.227
- new
[packages/vim.git] / 7.2.227
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.227
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.2.227
11 Problem:    When using ":cd" in a script there is no way to track this.
12 Solution:   Display the directory when 'verbose' is 5 or higher.
13 Files:      src/ex_docmd.c
14
15
16 *** ../vim-7.2.226/src/ex_docmd.c       2009-07-09 20:06:30.000000000 +0200
17 --- src/ex_docmd.c      2009-07-09 15:24:03.000000000 +0200
18 ***************
19 *** 7964,7970 ****
20             shorten_fnames(TRUE);
21   
22             /* Echo the new current directory if the command was typed. */
23 !           if (KeyTyped)
24                 ex_pwd(eap);
25         }
26         vim_free(tofree);
27 --- 7964,7970 ----
28             shorten_fnames(TRUE);
29   
30             /* Echo the new current directory if the command was typed. */
31 !           if (KeyTyped || p_verbose >= 5)
32                 ex_pwd(eap);
33         }
34         vim_free(tofree);
35 *** ../vim-7.2.226/src/version.c        2009-07-09 20:06:30.000000000 +0200
36 --- src/version.c       2009-07-09 20:13:13.000000000 +0200
37 ***************
38 *** 678,679 ****
39 --- 678,681 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     227,
43   /**/
44
45 -- 
46 hundred-and-one symptoms of being an internet addict:
47 83. Batteries in the TV remote now last for months.
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.028719 seconds and 3 git commands to generate.