~ubuntu-branches/ubuntu/edgy/vim/edgy-updates

« back to all changes in this revision

Viewing changes to upstream/patches/6.3.042

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-04-03 13:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20050403130932-ufwjutq62j5mudfg
Tags: 1:6.3-046+1ubuntu7
Ensure kubuntu_01_xdg_menus.diff is not applied before uploading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To: vim-dev@vim.org
 
2
Subject: Patch 6.3.042
 
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.3.042
 
11
Problem:    When there is a closed fold at the top of the window, CTRL-X
 
12
            CTRL-E in Insert mode reduces the size of the fold instead of
 
13
            scrolling the text up. (Gautam)
 
14
Solution:   Scroll over the closed fold.
 
15
Files:      src/move.c
 
16
 
 
17
 
 
18
*** ../vim-6.3.041/src/move.c   Wed Jun  9 14:56:26 2004
 
19
--- src/move.c  Mon Dec  6 11:49:22 2004
 
20
***************
 
21
*** 1551,1557 ****
 
22
--- 1551,1562 ----
 
23
            --curwin->w_topfill;
 
24
        else
 
25
  #endif
 
26
+       {
 
27
+ #ifdef FEAT_FOLDING
 
28
+           (void)hasFolding(curwin->w_topline, NULL, &curwin->w_topline);
 
29
+ #endif
 
30
            ++curwin->w_topline;
 
31
+       }
 
32
        ++curwin->w_botline;            /* approximate w_botline */
 
33
        curwin->w_valid &= ~(VALID_WROW|VALID_CROW|VALID_BOTLINE);
 
34
      }
 
35
*** ../vim-6.3.041/src/version.c        Sun Dec  5 16:43:06 2004
 
36
--- src/version.c       Mon Dec  6 11:48:43 2004
 
37
***************
 
38
*** 643,644 ****
 
39
--- 643,646 ----
 
40
  {   /* Add new patch number below this line */
 
41
+ /**/
 
42
+     42,
 
43
  /**/
 
44
 
 
45
-- 
 
46
A salesperson says:            Translation:
 
47
"backward compatible"          Old technology
 
48
"Premium"                      Overpriced
 
49
"Can't keep it on the shelf"   Unavailable
 
50
"Stands alone"                 Piece of shit
 
51
"Proprietary"                  Incompatible
 
52
                                (Scott Adams - The Dilbert principle)
 
53
 
 
54
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
 
55
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
 
56
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
 
57
 \\\     Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///