]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.164
- new
[packages/vim.git] / 7.0.164
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.164
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.0.164
11 Problem:    ":redir @+" doesn't work.
12 Solution:   Accept "@+" just like "@*". (Yegappan Lakshmanan)
13 Files:      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 -- 
49 hundred-and-one symptoms of being an internet addict:
50 232. 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.194192 seconds and 3 git commands to generate.