]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.001
- use new bonobo patch (20040115)
[packages/vim.git] / 6.2.001
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.001
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 6.2.001
11 Problem:    The ":stopinsert" command doesn't have a help tag.
12 Solution:   Add the tag. (Antoine J.  Mechelynck)
13 Files:      runtime/doc/insert.txt, runtime/doc/tags
14
15
16 *** ../vim-6.2/runtime/doc/insert.txt   Sun Jun  1 17:26:39 2003
17 --- runtime/doc/insert.txt      Mon Jun  2 09:56:41 2003
18 ***************
19 *** 1,4 ****
20 ! *insert.txt*    For Vim version 6.2.  Last change: 2003 May 20
21   
22   
23                   VIM REFERENCE MANUAL    by Bram Moolenaar
24 --- 1,4 ----
25 ! *insert.txt*    For Vim version 6.2.  Last change: 2003 Jun 02
26   
27   
28                   VIM REFERENCE MANUAL    by Bram Moolenaar
29 ***************
30 *** 945,950 ****
31 --- 945,951 ----
32                         {not available when compiled without the +ex_extra
33                         feature}
34   
35 +                                                       *:stopi* *:stopinsert*
36   :stopi[nsert]         Stop Insert mode as soon as possible.  Works like
37                         typing <Esc> in Insert mode.
38                         Can be used in an autocommand, example: >
39 *** ../vim-6.2/runtime/doc/tags Sun Jun  1 17:26:39 2003
40 --- runtime/doc/tags    Mon Jun  2 09:58:10 2003
41 ***************
42 *** 2269,2274 ****
43 --- 2269,2276 ----
44   :stj  tagsrch.txt     /*:stj*
45   :stjump       tagsrch.txt     /*:stjump*
46   :stop starting.txt    /*:stop*
47 + :stopi        insert.txt      /*:stopi*
48 + :stopinsert   insert.txt      /*:stopinsert*
49   :sts  tagsrch.txt     /*:sts*
50   :stselect     tagsrch.txt     /*:stselect*
51   :su   change.txt      /*:su*
52 *** ../vim-6.2/src/version.c    Sun Jun  1 17:27:32 2003
53 --- src/version.c       Mon Jun  2 21:22:21 2003
54 ***************
55 *** 632,633 ****
56 --- 632,635 ----
57   {   /* Add new patch number below this line */
58 + /**/
59 +     1,
60   /**/
61
62 -- 
63 Over the years, I've developed my sense of deja vu so acutely that now
64 I can remember things that *have* happened before ...
65
66  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
67 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
68 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
69  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
This page took 0.03501 seconds and 3 git commands to generate.