blob: 6c7c4306c3ca3664f8c1377e97331f1b60c3260c [file] [log] [blame]
Bram Moolenaar23fb7a92014-07-30 14:05:00 +02001Test changelist position after splitting window
2Set 'undolevels' to make changelist for sourced file
3
4STARTTEST
5:so small.vim
6Gkylp:set ul=100
7Gylp:set ul=100
8gg
9:vsplit
10:try
11: normal g;
12: normal ggVGcpass
13:catch
14: normal ggVGcfail
15:finally
16: %w! test.out
17:endtry
18:qa!
19ENDTEST
20
211
222