diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-13 15:03:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-13 15:03:00 +0100 |
commit | 438b64ab71cd724129c4eec840be16c52602ebc8 (patch) | |
tree | f4e0bbe63d50be0268e3f7a627574256df7260b5 /src/testdir/Make_os2.mak | |
parent | 6c5bdb751c0c77be7d03a6000134d1df367763d2 (diff) | |
download | vim-git-438b64ab71cd724129c4eec840be16c52602ebc8.tar.gz |
updated for version 7.4.662v7.4.662
Problem: When 'M' is in the 'cpo' option then selecting a text object in
parenthesis does not work correctly.
Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index bab000d7c..31023ea85 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -54,6 +54,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test_options.out \ test_qf_title.out \ test_signs.out \ + test_textobjects.out \ test_utf8.out SCRIPTS_BENCH = bench_re_freeze.out |