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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
The cursor would skip across newlines in addition to a single word.
Root cause is an underlying bug in text-buffer where old regular
expression was considered single line. Extra new lines can be
removed after it is fixed.
see atom/text-buffer#226
see avendael#129
The cursor would skip across newlines in addition to a single word.
Root cause is an underlying bug in text-buffer where old regular
expression was considered single line. Extra new lines can be
removed after it is fixed.
see atom/text-buffer#226
see avendael#129
oggy
pushed a commit
to avendael/atomic-emacs
that referenced
this issue
May 15, 2017
The cursor would skip across newlines in addition to a single word.
Root cause is an underlying bug in text-buffer where old regular
expression was considered single line. Extra new lines can be
removed after it is fixed.
see atom/text-buffer#226
see #129
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/atom/text-buffer/blob/master/src/helpers.js#L3
The MULTI_LINE_REGEX_REGEX should include /\W/.
The text was updated successfully, but these errors were encountered: