view src/testdir/test_changelist.in @ 9620:3539c9e51785 v7.4.2087

commit https://github.com/vim/vim/commit/e25bc5abb4621c6263b0248988a207d53b57fc54 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 21 21:23:38 2016 +0200 patch 7.4.2087 Problem: Digraph code test coverage is still low. Solution: Add more tests. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jul 2016 21:30:07 +0200
parents 09af7cb358f0
children
line wrap: on
line source

Test changelist position after splitting window
Set 'undolevels' to make changelist for sourced file

STARTTEST
:so small.vim
Gkylp:set ul=100
Gylp:set ul=100
gg
:vsplit
:try
:  normal g;
:  normal ggVGcpass
:catch
:  normal ggVGcfail
:finally
:  %w! test.out
:endtry
:qa!
ENDTEST

1
2