summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-02-17 15:47:46 +0100
committerBram Moolenaar <Bram@vim.org>2015-02-17 15:47:46 +0100
commit35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2 (patch)
treefd3361d7148077ef729094297e8e0c4bb767a0b1 /src
parent4653911950e8bedff444adc9a2dcbebd9b36dc07 (diff)
Add missing test files from 7.4.634 to the repository.
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test_marks.in18
-rw-r--r--src/testdir/test_marks.ok6
2 files changed, 24 insertions, 0 deletions
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]