view src/testdir/test_changelist.in @ 12502:ed85dd1b8c80

Add back terminal.c commit https://github.com/vim/vim/commit/2e6ab18729a634f3223a92be318e98e87b572a7b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 20 10:03:07 2017 +0200 Add back terminal.c
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Sep 2017 10:15:05 +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