]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.323
- typo
[packages/vim.git] / 7.1.323
CommitLineData
215fbeef
AG
1To: vim-dev@vim.org
2Subject: Patch 7.1.323
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.1.323
11Problem: Test 19 fails with some termcaps. (Dominque Pelle)
12Solution: Set the t_kb and t_kD termcap values.
13Files: src/testdir/test19.in, src/testdir/test38.in
14
15
16*** ../vim-7.1.322/src/testdir/test19.in Sun Jun 13 20:24:47 2004
17--- src/testdir/test19.in Mon Jun 16 19:45:10 2008
18***************
19*** 2,7 ****
20--- 2,9 ----
21
22 STARTTEST
23 :set smarttab expandtab ts=8 sw=4
24+ :" make sure that backspace works, no matter what termcap is used
25+ :set t_kD=\16x7f t_kb=\16x08
26 /some
27 r :set noexpandtab
28 /other
29*** ../vim-7.1.322/src/testdir/test38.in Sun Jun 13 20:28:25 2004
30--- src/testdir/test38.in Mon Jun 16 19:46:35 2008
31***************
32*** 3,8 ****
33--- 3,10 ----
34
35 STARTTEST
36 :so small.vim
37+ :" make sure that backspace works, no matter what termcap is used
38+ :set t_kD=\16x7f t_kb=\16x08
39 ggdGa
40 abcdefghi
41 jk lmn
42*** ../vim-7.1.322/src/version.c Fri Jun 20 17:30:45 2008
43--- src/version.c Fri Jun 20 17:48:17 2008
44***************
45*** 668,669 ****
46--- 673,676 ----
47 { /* Add new patch number below this line */
48+ /**/
49+ 323,
50 /**/
51
52--
53hundred-and-one symptoms of being an internet addict:
5453. To find out what time it is, you send yourself an e-mail and check the
55 "Date:" field.
56
57 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
58/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
59\\\ download, build and distribute -- http://www.A-A-P.org ///
60 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.133256 seconds and 4 git commands to generate.