]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.838 v7.3.838
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 16:21:29 +0000 (17:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Feb 2013 16:21:29 +0000 (17:21 +0100)
Problem:    Insufficient testing for mksession.
Solution:   Add tests. (mostly by Roland Eggner)

12 files changed:
src/ex_docmd.c
src/testdir/Make_amiga.mak
src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Make_os2.mak
src/testdir/Make_vms.mms
src/testdir/Makefile
src/testdir/test92.in [new file with mode: 0644]
src/testdir/test92.ok [new file with mode: 0644]
src/testdir/test93.in [new file with mode: 0644]
src/testdir/test93.ok [new file with mode: 0644]
src/version.c

index 62ae3ad2e84c0b204e6783ab909619ebe1978425..89b523495d1c379b1fc388d3b366d604e3b2300f 100644 (file)
@@ -10839,7 +10839,7 @@ put_view(fd, wp, add_edit, flagp, current_arg_idx)
                            (long)wp->w_virtcol + 1) < 0
                        || put_eol(fd) == FAIL
                        || put_line(fd, "else") == FAIL
-                       || fprintf(fd, "  normal! %d|", wp->w_virtcol + 1) < 0
+                       || fprintf(fd, "  normal! 0%d|", wp->w_virtcol + 1) < 0
                        || put_eol(fd) == FAIL
                        || put_line(fd, "endif") == FAIL)
                    return FAIL;
index 0e18992def9af8cd6c6a8f36d567d8e74e1527bb..d3f6b525e8f3c1ab80facfda0bc91d5bd3208c23 100644 (file)
@@ -32,7 +32,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
                test71.out test72.out test73.out test74.out test75.out \
                test76.out test77.out test78.out test79.out test80.out \
                test81.out test82.out test83.out test84.out test88.out \
-               test89.out test90.out test91.out
+               test89.out test90.out test91.out test92.out test93.out
 
 .SUFFIXES: .in .out
 
@@ -140,3 +140,5 @@ test88.out: test88.in
 test89.out: test89.in
 test90.out: test90.in
 test91.out: test91.in
+test92.out: test92.in
+test93.out: test93.in
index 968cf6ca1d3c7d4bace428b317b1d6aa7cbdab45..9942ca4be5c456f137b5550c029ebc5d318c769d 100644 (file)
@@ -31,7 +31,7 @@ SCRIPTS =     test3.out test4.out test5.out test6.out test7.out \
                test74.out test75.out test76.out test77.out test78.out \
                test79.out test80.out test81.out test82.out test83.out \
                test84.out test85.out test86.out test87.out test88.out \
-               test89.out test90.out test91.out
+               test89.out test90.out test91.out test92.out test93.out
 
 SCRIPTS32 =    test50.out test70.out
 
index 9d845ab94a050fe005dbaaee474c988765107243..2a87a6b1fe1bdaec213f767846c2d6042df87acb 100644 (file)
@@ -51,7 +51,7 @@ SCRIPTS =     test3.out test4.out test5.out test6.out test7.out \
                test74.out test75.out test76.out test77.out test78.out \
                test79.out test80.out test81.out test82.out test83.out \
                test84.out test85.out test86.out test87.out test88.out \
-               test89.out test90.out test91.out
+               test89.out test90.out test91.out test92.out test93.out
 
 SCRIPTS32 =    test50.out test70.out
 
index bddfd5ec9502ac8e6c854c5929d33cbd33f7e702..31302b16057bef2baddef47046804e3373901b16 100644 (file)
@@ -32,7 +32,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
                test71.out test72.out test73.out test74.out test75.out \
                test76.out test77.out test78.out test79.out test80.out \
                test81.out test82.out test83.out test84.out test88.out \
-               test89.out test90.out test91.out
+               test89.out test90.out test91.out test92.out test93.out
 
 .SUFFIXES: .in .out
 
index f19dd5a3497e650b59f8ee9f4599d1312c2bd52d..7570a71b05a14c1c05f69fc7a1a2a0057fd27572 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:     Zoltan Arpadffy, <arpadffy@polarhome.com>
 #              Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
 #
-# Last change:  2013 Feb 20
+# Last change:  2013-02-21
 #
 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
 # Edit the lines in the Configuration section below to select.
@@ -77,7 +77,7 @@ SCRIPT = test1.out  test2.out  test3.out  test4.out  test5.out  \
         test71.out test72.out test74.out test75.out test76.out \
         test77.out test78.out test79.out test80.out test81.out \
         test82.out test83.out test84.out test88.out test89.out \
-        test90.out test91.out
+        test90.out test91.out test92.out test93.out
 
 # Known problems:
 # Test 30: a problem around mac format - unknown reason
index 8b31b91eb3c74b8103f33284c964b23a90f3d790..43acc45eb31aaa4293975c8b8c763582ef9535fc 100644 (file)
@@ -28,7 +28,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
                test74.out test75.out test76.out test77.out test78.out \
                test79.out test80.out test81.out test82.out test83.out \
                test84.out test85.out test86.out test87.out test88.out \
-               test89.out test90.out test91.out
+               test89.out test90.out test91.out test92.out test93.out
 
 SCRIPTS_GUI = test16.out
 
diff --git a/src/testdir/test92.in b/src/testdir/test92.in
new file mode 100644 (file)
index 0000000..e614832
--- /dev/null
@@ -0,0 +1,48 @@
+vim: set ft=vim fenc=utf-8:
+
+Tests if :mksession saves cursor columns correctly in presence of tab and 
+multibyte characters when fileencoding=utf-8.
+
+STARTTEST
+:so mbyte.vim
+:if !has('mksession')
+:  e! test.ok
+:  wq! test.out
+:endif
+:set sessionoptions=buffers splitbelow fileencoding=utf-8
+/^start:
+:vsplit
+j16|:split
+j16|:split
+j16|:split
+j8|:split
+j8|:split
+j16|:split
+j16|:split
+j16|:wincmd l
+/^start:
+:set nowrap
+j16|3zl:split
+j016|3zl:split
+j016|3zl:split
+j08|3zl:split
+j08|3zl:split
+j016|3zl:split
+j016|3zl:split
+j016|3zl:split
+:mksession! test.out
+:new test.out
+:v/\(^ *normal! 0\|^ *exe 'normal!\)/d
+:w
+:qa!
+ENDTEST
+
+start:
+no multibyte chAracter
+       one leaDing tab
+    four leadinG spaces
+two            consecutive tabs
+two    tabs    in one line
+one … multibyteCharacter
+a “b” two multiByte characters
+“c”1€ three mulTibyte characters
diff --git a/src/testdir/test92.ok b/src/testdir/test92.ok
new file mode 100644 (file)
index 0000000..cca5ec4
--- /dev/null
@@ -0,0 +1,26 @@
+normal! 016|
+normal! 016|
+normal! 016|
+normal! 08|
+normal! 08|
+normal! 016|
+normal! 016|
+normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 8 . '|'
+  normal! 08|
+  exe 'normal! ' . s:c . '|zs' . 8 . '|'
+  normal! 08|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
diff --git a/src/testdir/test93.in b/src/testdir/test93.in
new file mode 100644 (file)
index 0000000..8444ba5
--- /dev/null
@@ -0,0 +1,48 @@
+vim: set ft=vim fenc=latin1:
+
+Tests if :mksession saves cursor columns correctly in presence of tab and 
+multibyte characters when fileencoding=latin1.
+
+STARTTEST
+:so mbyte.vim
+:if !has('mksession')
+:  e! test.ok
+:  wq! test.out
+:endif
+:set sessionoptions=buffers splitbelow fileencoding=latin1
+/^start:
+:vsplit
+j16|:split
+j16|:split
+j16|:split
+j8|:split
+j8|:split
+j16|:split
+j16|:split
+j16|:wincmd l
+/^start:
+:set nowrap
+j16|3zl:split
+j016|3zl:split
+j016|3zl:split
+j08|3zl:split
+j08|3zl:split
+j016|3zl:split
+j016|3zl:split
+j016|3zl:split
+:mksession! test.out
+:new test.out
+:v/\(^ *normal! 0\|^ *exe 'normal!\)/d
+:w
+:qa!
+ENDTEST
+
+start:
+no multibyte chAracter
+       one leaDing tab
+    four leadinG spaces
+two            consecutive tabs
+two    tabs    in one line
+one ä multibyteCharacter
+aä Ä  two multiByte characters
+Aäöü  three mulTibyte characters
diff --git a/src/testdir/test93.ok b/src/testdir/test93.ok
new file mode 100644 (file)
index 0000000..cca5ec4
--- /dev/null
@@ -0,0 +1,26 @@
+normal! 016|
+normal! 016|
+normal! 016|
+normal! 08|
+normal! 08|
+normal! 016|
+normal! 016|
+normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 8 . '|'
+  normal! 08|
+  exe 'normal! ' . s:c . '|zs' . 8 . '|'
+  normal! 08|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
+  exe 'normal! ' . s:c . '|zs' . 16 . '|'
+  normal! 016|
index 6e42c6673f2e0ff95cbd6513e6341a639e1ae373..a4e461e9539ab02da0ef8be4281c5ecd61f7a4b6 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    838,
 /**/
     837,
 /**/