]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.294
- up to 7.3.600
[packages/vim.git] / 7.3.294
CommitLineData
59ab3540
AM
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.294
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.294 (after 7.3.289)
11Problem: Patch 289 causes more problems than it solves.
12Solution: Rever the patch untill a better solution is found.
13Files: 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--
47Scientists decoded the first message from an alien civilization:
48 SIMPLY SEND 6 TIMES 10 TO THE 50 ATOMS OF HYDROGEN TO THE STAR
49SYSTEM AT THE TOP OF THE LIST, CROSS OFF THAT STAR SYSTEM, THEN PUT
50YOUR STAR SYSTEM AT THE BOTTOM OF THE LIST AND SEND IT TO 100 OTHER
51STAR SYSTEMS. WITHIN ONE TENTH GALACTIC ROTATION YOU WILL RECEIVE
52ENOUGH HYDROGREN TO POWER YOUR CIVILIZATION UNTIL ENTROPY REACHES ITS
53MAXIMUM! 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.046288 seconds and 4 git commands to generate.