diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 13:33:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-21 13:33:04 +0100 |
| commit | 2820860ba35e09c719b91704cbb3cba37fb60cf3 (patch) | |
| tree | 150ce611620b29936974738440b1c6b79bcb85d2 /src/nvim/testdir/test_undo.vim | |
| parent | 9db4dc971dd9357c57dbfeae3ec535033c38743b (diff) | |
| parent | ab279c6fb8b219cc8accd273fe6e697aa949c16e (diff) | |
| download | rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.tar.gz rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.tar.bz2 rneovim-2820860ba35e09c719b91704cbb3cba37fb60cf3.zip | |
Merge #7885 'vim-patch: diff-related patches'
Diffstat (limited to 'src/nvim/testdir/test_undo.vim')
| -rw-r--r-- | src/nvim/testdir/test_undo.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index 171618f6f7..0f9f6c3310 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -3,6 +3,7 @@ " undo-able pieces. Do that by setting 'undolevels'. " Also tests :earlier and :later. +set belloff=all func Test_undotree() exe "normal Aabc\<Esc>" set ul=100 |