You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
If
|
is the initial cursor position, then)
in the first line jumps toStill
. In the second line,)
moves directly down to the next line.Thanks again for writing this plugin.
The text was updated successfully, but these errors were encountered: