From: Bram Moolenaar Date: Tue, 17 Feb 2015 14:47:46 +0000 (+0100) Subject: Add missing test files from 7.4.634 to the repository. X-Git-Tag: v7.4.637~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2;p=thirdparty%2Fvim.git Add missing test files from 7.4.634 to the repository. --- diff --git a/src/testdir/test_marks.in b/src/testdir/test_marks.in new file mode 100644 index 0000000000..341f3ac30f --- /dev/null +++ b/src/testdir/test_marks.in @@ -0,0 +1,18 @@ +Tests for marks. + +STARTTEST +:so small.vim +:" test that a deleted mark is restored after delete-undo-redo-undo +:/^\t/+1 +:set nocp viminfo+=nviminfo +madduu +:let a = string(getpos("'a")) +:$put ='Mark after delete-undo-redo-undo: '.a +:/^\t/,$wq! test.out +ENDTEST + + textline A + textline B + textline C + +Results: diff --git a/src/testdir/test_marks.ok b/src/testdir/test_marks.ok new file mode 100644 index 0000000000..dd1a3e43b5 --- /dev/null +++ b/src/testdir/test_marks.ok @@ -0,0 +1,6 @@ + textline A + textline B + textline C + +Results: +Mark after delete-undo-redo-undo: [0, 15, 2, 0]