]> git.pld-linux.org Git - packages/vim.git/blame - 6.3.017
- typo
[packages/vim.git] / 6.3.017
CommitLineData
aae1a9d1
AG
1To: vim-dev@vim.org
2Subject: Patch 6.3.017
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 6.3.017
11Problem: "8zz" may leave the cursor beyond the end of the line. (Niko
12 Maatjes)
13Solution: Correct the cursor column after moving to another line.
14Files: src/normal.c
15
16
17*** ../vim-6.3.016/src/normal.c Wed Jun 9 14:56:27 2004
18--- src/normal.c Fri Aug 27 21:09:31 2004
19***************
20*** 4343,4348 ****
21--- 4343,4349 ----
22 curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count;
23 else
24 curwin->w_cursor.lnum = cap->count0;
25+ check_cursor_col();
26 }
27
28 switch (nchar)
29*** ../vim-6.3.016/src/version.c Thu Aug 26 16:01:15 2004
30--- src/version.c Fri Aug 27 21:13:21 2004
31***************
32*** 643,644 ****
33--- 643,646 ----
34 { /* Add new patch number below this line */
35+ /**/
36+ 17,
37 /**/
38
39--
40hundred-and-one symptoms of being an internet addict:
41183. You move your coffeemaker next to your computer.
42
43 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
44/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
45\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
46 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.089765 seconds and 4 git commands to generate.