]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.227
- new
[packages/vim.git] / 7.2.227
CommitLineData
39a54fe5
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.227
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.227
11Problem: When using ":cd" in a script there is no way to track this.
12Solution: Display the directory when 'verbose' is 5 or higher.
13Files: 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--
46hundred-and-one symptoms of being an internet addict:
4783. 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.04243 seconds and 4 git commands to generate.