blob: 341f3ac30f7cc0de8f1a49a56a84aa2166815324 [file] [log] [blame]
Bram Moolenaar35e75942015-02-17 15:47:46 +01001Tests for marks.
2
3STARTTEST
4:so small.vim
5:" test that a deleted mark is restored after delete-undo-redo-undo
6:/^\t/+1
7:set nocp viminfo+=nviminfo
8madduu
9:let a = string(getpos("'a"))
10:$put ='Mark after delete-undo-redo-undo: '.a
11:/^\t/,$wq! test.out
12ENDTEST
13
14 textline A
15 textline B
16 textline C
17
18Results: