]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.229
- updated to 0.7.3
[packages/vim.git] / 7.0.229
CommitLineData
468bf62c
AM
1To: vim-dev@vim.org
2Subject: patch 7.0.229
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 7.0.229
11Problem: When 'pastetoggle' starts with Esc then pressing Esc in Insert
12 mode will not time out. (Jeffery Small)
13Solution: Use KL_PART_KEY instead of KL_PART_MAP, so that 'ttimeout' applies
14 to the 'pastetoggle' key.
15Files: src/getchar.c
16
17
18*** ../vim-7.0.228/src/getchar.c Sun Mar 4 21:25:44 2007
19--- src/getchar.c Thu Apr 19 22:13:37 2007
20***************
21*** 2183,2189 ****
22 }
23 /* Need more chars for partly match. */
24 if (mlen == typebuf.tb_len)
25! keylen = KL_PART_MAP;
26 else if (max_mlen < mlen)
27 /* no match, may have to check for termcode at
28 * next character */
29--- 2187,2193 ----
30 }
31 /* Need more chars for partly match. */
32 if (mlen == typebuf.tb_len)
33! keylen = KL_PART_KEY;
34 else if (max_mlen < mlen)
35 /* no match, may have to check for termcode at
36 * next character */
37*** ../vim-7.0.228/src/version.c Thu Apr 26 16:28:43 2007
38--- src/version.c Thu Apr 26 16:48:59 2007
39***************
40*** 668,669 ****
41--- 668,671 ----
42 { /* Add new patch number below this line */
43+ /**/
44+ 229,
45 /**/
46
47--
48hundred-and-one symptoms of being an internet addict:
4920. When looking at a pageful of someone else's links, you notice all of them
50 are already highlighted in purple.
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ download, build and distribute -- http://www.A-A-P.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.107611 seconds and 4 git commands to generate.