Mercurial > vim
view src/testdir/test_marks.in @ 6911:e09a7ff88046 v7.4.775
patch 7.4.775
Problem: It is not possible to avoid using the first item of completion.
Solution: Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo
Matsu)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 10 Jul 2015 18:18:40 +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: