commit | 076e502199b19e6141e4c1e659ff3f21b71934e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 18:58:30 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 24 18:58:30 2017 +0100 |
tree | d14fa6a4bf61387ea272784faec0a6a34ee7a05f | |
parent | 915350edec02f0326ecbe49f3b6cf2cbcd105f7d [diff] [blame] |
patch 8.0.0231: bracketed paste mode is not tested Problem: There are no tests for bracketed paste mode. Solution: Add a test. Fix repeating with "normal .".
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index e0da1b4..613b868 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -173,6 +173,7 @@ test_nested_function.res \ test_netbeans.res \ test_normal.res \ + test_paste.res \ test_packadd.res \ test_perl.res \ test_profile.res \