]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.302
- up to 7.3.600
[packages/vim.git] / 7.3.302
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.302
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.302 (after 7.3.301)
11 Problem:    Test 19 fails without 'smartindent' and +eval.
12 Solution:   Don't use ":exe". Source small.vim.
13 Files:      src/testdir/test19.in
14
15
16 *** ../vim-7.3.301/src/testdir/test19.in        2011-09-07 19:58:04.000000000 +0200
17 --- src/testdir/test19.in       2011-09-08 20:32:33.000000000 +0200
18 ***************
19 *** 1,6 ****
20 --- 1,7 ----
21   Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set.
22   
23   STARTTEST
24 + :so small.vim
25   :set smarttab expandtab ts=8 sw=4
26   :" make sure that backspace works, no matter what termcap is used
27   :set t_kD=\16x7f t_kb=\16x08
28 ***************
29 *** 14,21 ****
30   0wR                   \e
31   :" Test that copyindent works with expandtab set
32   :set expandtab smartindent copyindent ts=8 sw=8 sts=8
33 ! :exe "norm! o{\<cr>x"
34 ! :?^start?,$w! test.out
35   :qa!
36   ENDTEST
37   
38 --- 15,22 ----
39   0wR                   \e
40   :" Test that copyindent works with expandtab set
41   :set expandtab smartindent copyindent ts=8 sw=8 sts=8
42 ! o{
43 ! x\e:?^start?,$w! test.out
44   :qa!
45   ENDTEST
46   
47 *** ../vim-7.3.301/src/version.c        2011-09-07 19:58:04.000000000 +0200
48 --- src/version.c       2011-09-08 23:22:01.000000000 +0200
49 ***************
50 *** 711,712 ****
51 --- 711,714 ----
52   {   /* Add new patch number below this line */
53 + /**/
54 +     302,
55   /**/
56
57 -- 
58 Engineers are always delighted to share wisdom, even in areas in which they
59 have no experience whatsoever.  Their logic provides them with inherent
60 insight into any field of expertise.  This can be a problem when dealing with
61 the illogical people who believe that knowledge can only be derived through
62 experience.
63                                 (Scott Adams - The Dilbert principle)
64
65  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
66 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
67 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
68  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.721856 seconds and 3 git commands to generate.