comparison src/testdir/test_undolevels.vim @ 8568:17bbbca531be v7.4.1574

commit https://github.com/vim/vim/commit/d22e9465f6228207a4fe722ee84371c7817060d6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 17:43:55 2016 +0100 patch 7.4.1574 Problem: ":undo 0" does not work. (Florent Fayolle) Solution: Make it undo all the way. (closes https://github.com/vim/vim/issues/688)
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 17:45:04 +0100
parents b5e9810b389d
children 5deb9e8f4292
comparison
equal deleted inserted replaced
8567:3a6010bc0a55 8568:17bbbca531be
1 " Tests for 'undolevels' 1 " Tests for 'undolevels'
2
3 set nocompatible viminfo+=nviminfo
4 2
5 func FillBuffer() 3 func FillBuffer()
6 for i in range(1,13) 4 for i in range(1,13)
7 put=i 5 put=i
8 " Set 'undolevels' to split undo. 6 " Set 'undolevels' to split undo.