vim-textobj-sentence icon indicating copy to clipboard operation
vim-textobj-sentence copied to clipboard

Sentences inside parentheses?

Open telemachus opened this issue 4 years ago • 0 comments

First, thanks for this plugin! I found it while looking for something that improves on vim's built-in handling of sentences in LaTeX files. (If you're bored and curious for more details: https://vi.stackexchange.com/q/23228/7933.)

The good news: out of the box, this plugin handles some very ugly situations in LaTeX wonderfully!

The bad news: the plugin cannot handle parenthetical sentences. Here's a test sample:

(|This is a test.) This is only a test. Still testing. This is only a test. (|This is a test.) Still testing.

If | is the initial cursor position, then ) in the first line jumps to Still. In the second line, ) moves directly down to the next line.

Thanks again for writing this plugin.

telemachus avatar Mar 20 '20 23:03 telemachus