diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-30 16:00:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-30 16:00:58 +0200 |
commit | 4f5ce33d415a0eeedd7f04baa6715431e72652e1 (patch) | |
tree | 2ba79c0e7cdd6e2ed02b741142cf0a4822e67093 /src/testdir/Make_dos.mak | |
parent | 23fb7a995534f45a497761461d487e38cc1067f7 (diff) | |
download | vim-git-4f5ce33d415a0eeedd7f04baa6715431e72652e1.tar.gz |
updated for version 7.4.387v7.4.387
Problem: "4gro" replaces one character then executes "ooo". (Urtica Dioica)
Solution: Write the ESC in the second stuff buffer.
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index bd727b8eb..232e8809d 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -42,6 +42,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_qf_title.out \ test_changelist.out \ test_eval.out \ + test_insertcount.out \ test_options.out SCRIPTS32 = test50.out test70.out |