]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.294
- new
[packages/vim.git] / 7.3.294
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.294
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.294 (after 7.3.289)
11 Problem:    Patch 289 causes more problems than it solves.
12 Solution:   Rever the patch untill a better solution is found.
13 Files:      src/edit.c
14
15
16 *** ../vim-7.3.293/src/edit.c   2011-08-28 16:02:23.000000000 +0200
17 --- src/edit.c  2011-09-05 20:07:49.000000000 +0200
18 ***************
19 *** 3367,3381 ****
20       ins_bytes(compl_leader + ins_compl_len());
21       compl_used_match = FALSE;
22   
23 - #ifdef FEAT_COMPL_FUNC
24 -     /*
25 -      * To call eval 'completefunc' when leader is changed, restart completion
26 -      * every time.
27 -      */
28 -     if (ctrl_x_mode == CTRL_X_FUNCTION || ctrl_x_mode == CTRL_X_OMNI)
29 -         ins_compl_restart();
30 - #endif
31
32       if (compl_started)
33         ins_compl_set_original_text(compl_leader);
34       else
35 --- 3367,3372 ----
36 *** ../vim-7.3.293/src/version.c        2011-09-02 14:18:14.000000000 +0200
37 --- src/version.c       2011-09-05 20:08:27.000000000 +0200
38 ***************
39 *** 711,712 ****
40 --- 711,714 ----
41   {   /* Add new patch number below this line */
42 + /**/
43 +     294,
44   /**/
45
46 -- 
47 Scientists decoded the first message from an alien civilization:
48         SIMPLY SEND 6 TIMES 10 TO THE 50 ATOMS OF HYDROGEN TO THE STAR
49 SYSTEM AT THE TOP OF THE LIST, CROSS OFF THAT STAR SYSTEM, THEN PUT
50 YOUR STAR SYSTEM AT THE BOTTOM OF THE LIST AND SEND IT TO 100 OTHER
51 STAR SYSTEMS.  WITHIN ONE TENTH GALACTIC ROTATION YOU WILL RECEIVE
52 ENOUGH HYDROGREN TO POWER YOUR CIVILIZATION UNTIL ENTROPY REACHES ITS
53 MAXIMUM!  IT REALLY WORKS!
54
55  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
56 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
57 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
58  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.035616 seconds and 3 git commands to generate.