]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.962 v7.3.962
authorBram Moolenaar <Bram@vim.org>
Fri, 17 May 2013 11:38:04 +0000 (13:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 17 May 2013 11:38:04 +0000 (13:38 +0200)
Problem:    Python tests are not portable.
Solution:   Use shiftwidth instead of iminsert. (ZyX)

src/testdir/test86.in
src/testdir/test86.ok
src/testdir/test87.in
src/testdir/test87.ok
src/version.c

index 8124b51d6059d04ece1d9de52aaa2351cbd7cef1..6a10bd7c20cd93a98f5f4f904eabe4dfc5118ffa 100644 (file)
@@ -354,7 +354,7 @@ EOF
 :" colorcolumn:    string,  window-local
 :" statusline:     string,  window-local/global
 :" autoindent:     boolean, buffer-local
-:" iminsert:       number,  buffer-local
+:" shiftwidth:     number,  buffer-local
 :" omnifunc:       string,  buffer-local
 :" preserveindent: boolean, buffer-local/global
 :" path:           string,  buffer-local/global
@@ -411,7 +411,7 @@ EOF
 :let lst+=[['colorcolumn',    '+1',  '+2',  '+3',  'abc',  0,    0,      1    ]]
 :let lst+=[['statusline',     '1',   '2',   '4',   0,      0,    1,      1    ]]
 :let lst+=[['autoindent',     0,     1,     1,     2,      1,    0,      2    ]]
-:let lst+=[['iminsert',       0,     2,     1,     3,      0,    0,      2    ]]
+:let lst+=[['shiftwidth',     0,     2,     1,     3,      0,    0,      2    ]]
 :let lst+=[['omnifunc',       'A',   'B',   'C',   1,      0,    0,      2    ]]
 :let lst+=[['preserveindent', 0,     1,     1,     2,      1,    1,      2    ]]
 :let lst+=[['path',           '.,,', ',,',  '.',   0,      0,    1,      2    ]]
index 7217d55daa30f9a4d3a6c6e1eac4de242002cb02..b33b5380ac71b1eb714029ed2e6cd4ce998f5c97 100644 (file)
@@ -232,7 +232,7 @@ jkl
   G: 0
   W: 1:0 2:1 3:0 4:1
   B: 1:0 2:1 3:0 4:1
->>> iminsert
+>>> shiftwidth
   p/gopts1! KeyError
   inv: 3! KeyError
   gopts1! KeyError
@@ -241,15 +241,15 @@ jkl
   wopts1! KeyError
   wopts2! KeyError
   wopts3! KeyError
-  p/bopts1: 2
-  G: 1
-  W: 1:0 2:2 3:2 4:1
-  B: 1:0 2:2 3:2 4:1
+  p/bopts1: 8
+  G: 8
+  W: 1:0 2:2 3:8 4:1
+  B: 1:0 2:2 3:8 4:1
   del wopts3! KeyError
   del bopts3! ValueError
-  G: 1
-  W: 1:0 2:2 3:2 4:1
-  B: 1:0 2:2 3:2 4:1
+  G: 8
+  W: 1:0 2:2 3:8 4:1
+  B: 1:0 2:2 3:8 4:1
 >>> omnifunc
   p/gopts1! KeyError
   inv: 1! KeyError
@@ -333,7 +333,7 @@ Number of tabs: 4
 Current tab pages:
   <tabpage 0>(1): 1 windows, current is <window object (unknown)>
   Windows:
-    <window object (unknown)>(0): displays buffer <buffer test86.in>; cursor is at (954, 0)
+    <window object (unknown)>(0): displays buffer <buffer test86.in>; cursor is at (955, 0)
   <tabpage 1>(2): 1 windows, current is <window object (unknown)>
   Windows:
     <window object (unknown)>(0): displays buffer <buffer 0>; cursor is at (1, 0)
index 51425d645a3f86595804bf358afe20df22cb0a2a..c7f092040d0ac0b8a6712af131d5b30041255ae9 100644 (file)
@@ -341,7 +341,7 @@ EOF
 :" colorcolumn:    string,  window-local
 :" statusline:     string,  window-local/global
 :" autoindent:     boolean, buffer-local
-:" iminsert:       number,  buffer-local
+:" shiftwidth:     number,  buffer-local
 :" omnifunc:       string,  buffer-local
 :" preserveindent: boolean, buffer-local/global
 :" path:           string,  buffer-local/global
@@ -398,7 +398,7 @@ EOF
 :let lst+=[['colorcolumn',    '+1',  '+2',  '+3',  'abc',  0,    0,      1    ]]
 :let lst+=[['statusline',     '1',   '2',   '4',   0,      0,    1,      1    ]]
 :let lst+=[['autoindent',     0,     1,     1,     2,      1,    0,      2    ]]
-:let lst+=[['iminsert',       0,     2,     1,     3,      0,    0,      2    ]]
+:let lst+=[['shiftwidth',     0,     2,     1,     3,      0,    0,      2    ]]
 :let lst+=[['omnifunc',       'A',   'B',   'C',   1,      0,    0,      2    ]]
 :let lst+=[['preserveindent', 0,     1,     1,     2,      1,    1,      2    ]]
 :let lst+=[['path',           '.,,', ',,',  '.',   0,      0,    1,      2    ]]
index 7ed51b933c9bb3777e0015ba7ddd5335c9b9de6f..6997b7a32027e4f9ba699005b69e4d38ced56a1e 100644 (file)
@@ -221,7 +221,7 @@ jkl
   G: 0
   W: 1:0 2:1 3:0 4:1
   B: 1:0 2:1 3:0 4:1
->>> iminsert
+>>> shiftwidth
   p/gopts1! KeyError
   inv: 3! KeyError
   gopts1! KeyError
@@ -230,15 +230,15 @@ jkl
   wopts1! KeyError
   wopts2! KeyError
   wopts3! KeyError
-  p/bopts1: 2
-  G: 1
-  W: 1:0 2:2 3:2 4:1
-  B: 1:0 2:2 3:2 4:1
+  p/bopts1: 8
+  G: 8
+  W: 1:0 2:2 3:8 4:1
+  B: 1:0 2:2 3:8 4:1
   del wopts3! KeyError
   del bopts3! ValueError
-  G: 1
-  W: 1:0 2:2 3:2 4:1
-  B: 1:0 2:2 3:2 4:1
+  G: 8
+  W: 1:0 2:2 3:8 4:1
+  B: 1:0 2:2 3:8 4:1
 >>> omnifunc
   p/gopts1! KeyError
   inv: 1! KeyError
index 65683bae1abbe269226fa2eca72d05a4b425d49f..c57d2a44c499dd9e24ef042c1f1d21c58071a931 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    962,
 /**/
     961,
 /**/