forked from avendael/atomic-emacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround for forward-sexp and backward-sexp
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
- Loading branch information
1 parent
8f834ca
commit a5d0f7e
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters