]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.090
- new
[packages/vim.git] / 7.3.090
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.090
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.3.090
11 Problem:    Wrong help text for Cscope.
12 Solution:   Adjust the help text for "t". (Dominique Pelle)
13 Files:      src/if_cscope.c
14
15
16 *** ../vim-7.3.089/src/if_cscope.c      2010-12-17 20:23:56.000000000 +0100
17 --- src/if_cscope.c     2010-12-30 11:35:37.000000000 +0100
18 ***************
19 *** 1346,1352 ****
20                        "       g: Find this definition\n"
21                        "       i: Find files #including this file\n"
22                        "       s: Find this C symbol\n"
23 !                      "       t: Find assignments to\n"));
24   
25         cmdp++;
26       }
27 --- 1346,1352 ----
28                        "       g: Find this definition\n"
29                        "       i: Find files #including this file\n"
30                        "       s: Find this C symbol\n"
31 !                      "       t: Find this text string\n"));
32   
33         cmdp++;
34       }
35 ***************
36 *** 1657,1663 ****
37   /*
38    * PRIVATE: cs_make_vim_style_matches
39    *
40 !  * convert the cscope output into into a ctags style entry (as might be found
41    * in a ctags tags file).  there's one catch though: cscope doesn't tell you
42    * the type of the tag you are looking for.  for example, in Darren Hiebert's
43    * ctags (the one that comes with vim), #define's use a line number to find the
44 --- 1657,1663 ----
45   /*
46    * PRIVATE: cs_make_vim_style_matches
47    *
48 !  * convert the cscope output into a ctags style entry (as might be found
49    * in a ctags tags file).  there's one catch though: cscope doesn't tell you
50    * the type of the tag you are looking for.  for example, in Darren Hiebert's
51    * ctags (the one that comes with vim), #define's use a line number to find the
52 *** ../vim-7.3.089/src/version.c        2010-12-24 14:00:09.000000000 +0100
53 --- src/version.c       2010-12-30 11:36:33.000000000 +0100
54 ***************
55 *** 716,717 ****
56 --- 716,719 ----
57   {   /* Add new patch number below this line */
58 + /**/
59 +     90,
60   /**/
61
62 -- 
63 ERROR 047: Keyboard not found.  Press RETURN to continue.
64
65  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
66 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
67 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
68  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.047037 seconds and 3 git commands to generate.