view src/testdir/test_textobjects.ok @ 6675:24e0b6dd52e1 v7.4.662

updated for version 7.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)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Mar 2015 15:03:00 +0100
parents
children
line wrap: on
line source

Results of text-objects
# Test for vi) without cpo-M
(red \(blue) green)
red \(blue
red \(blue

# Test for vi) with cpo-M #1
(red \(blue) green)
red \(blue) green
blue
red \(blue) green
# Test for vi) with cpo-M #2
(red (blue\) green)
red (blue\) green
blue\
red (blue\) green