Mercurial > vim
view src/testdir/test_marks.in @ 6813:ea0468670fbe v7.4.728
patch 7.4.728
Problem: Can't build with some version of Visual Studio 2015.
Solution: Recognize another version 14 number. (Sinan)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 06 May 2015 11:33:47 +0200 |
parents | 3c312e259c79 |
children | 4250ecde6009 |
line wrap: on
line source
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: