Mercurial > vim
view src/testdir/test_marks.in @ 7619:6fed43c541c8 v7.4.1109
commit https://github.com/vim/vim/commit/4cf7679383dca81a4a351e2b0ec333c95d6d9085
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 16 22:02:57 2016 +0100
patch 7.4.1109
Problem: MS-Windows doesn't have rmdir().
Solution: Add mch_rmdir().
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 16 Jan 2016 22:15:04 +0100 |
parents | 4250ecde6009 |
children |
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 :'' ENDTEST textline A textline B textline C STARTTEST :" test that CTRL-A and CTRL-X updates last changed mark '[, ']. :/^123/ :execute "normal! \<C-A>`[v`]rAjwvjw\<C-X>`[v`]rX" ENDTEST CTRL-A CTRL-X: 123 123 123 123 123 123 123 123 123 STARTTEST :g/^STARTTEST/.,/^ENDTEST/d :wq! test.out ENDTEST Results: