commit | d22e9465f6228207a4fe722ee84371c7817060d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 17:43:55 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 17:43:55 2016 +0100 |
tree | 88c78b4173edd9f3f84ed69341d7dac225bbf286 | |
parent | ce2ec0a82a778ff4d79a2c3309f6cac079d7b5ee [diff] [blame] |
patch 7.4.1574 Problem: ":undo 0" does not work. (Florent Fayolle) Solution: Make it undo all the way. (closes #688)
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index 94ff8b1..bd74afc 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -4,6 +4,7 @@ source test_assign.vim source test_cursor_func.vim source test_delete.vim +source test_ex_undo.vim source test_expand.vim source test_feedkeys.vim source test_file_perm.vim