]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.164
- new
[packages/vim.git] / 7.0.164
CommitLineData
c84df032
ER
1To: vim-dev@vim.org
2Subject: Patch 7.0.164
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.0.164
11Problem: ":redir @+" doesn't work.
12Solution: Accept "@+" just like "@*". (Yegappan Lakshmanan)
13Files: src/ex_docmd.c
14
15
16*** ../vim-7.0.163/src/ex_docmd.c Tue Nov 7 18:43:10 2006
17--- src/ex_docmd.c Tue Nov 14 20:17:42 2006
18***************
19*** 8371,8376 ****
20--- 8371,8377 ----
21 if (ASCII_ISALPHA(*arg)
22 # ifdef FEAT_CLIPBOARD
23 || *arg == '*'
24+ || *arg == '+'
25 # endif
26 || *arg == '"')
27 {
28***************
29*** 8381,8386 ****
30--- 8382,8388 ----
31 (islower(redir_reg)
32 # ifdef FEAT_CLIPBOARD
33 || redir_reg == '*'
34+ || redir_reg == '+'
35 # endif
36 || redir_reg == '"'))
37 {
38*** ../vim-7.0.163/src/version.c Tue Nov 14 18:29:00 2006
39--- src/version.c Tue Nov 14 20:23:38 2006
40***************
41*** 668,669 ****
42--- 668,671 ----
43 { /* Add new patch number below this line */
44+ /**/
45+ 164,
46 /**/
47
48--
49hundred-and-one symptoms of being an internet addict:
50232. You start conversations with, "Have you gotten an ISDN line?"
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ download, build and distribute -- http://www.A-A-P.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.034522 seconds and 4 git commands to generate.