annotate src/testdir/test_textobjects.ok @ 8204:08d251a1c178
v7.4.1395
commit https://github.com/vim/vim/commit/eed284a16977ab81fa6da8c9562990ba498acd8c
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Feb 22 23:13:33 2016 +0100
patch 7.4.1395
Problem: Using DETACH in quotes is not compatible with the Netbeans
interface. (Xavier de Gaye)
Solution: Remove the quotes, only use them for JSON and JS mode.
author |
Christian Brabandt <cb@256bit.org> |
date |
Mon, 22 Feb 2016 23:15:04 +0100 |
parents |
24e0b6dd52e1 |
children |
|
rev |
line source |
6675
|
1 Results of text-objects
|
|
2 # Test for vi) without cpo-M
|
|
3 (red \(blue) green)
|
|
4 red \(blue
|
|
5 red \(blue
|
|
6
|
|
7 # Test for vi) with cpo-M #1
|
|
8 (red \(blue) green)
|
|
9 red \(blue) green
|
|
10 blue
|
|
11 red \(blue) green
|
|
12 # Test for vi) with cpo-M #2
|
|
13 (red (blue\) green)
|
|
14 red (blue\) green
|
|
15 blue\
|
|
16 red (blue\) green
|