diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2022-04-22 23:31:23 +0100 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-04-30 20:58:00 +0200 |
| commit | 87997ec3cfaa475475216dcc37fc38a2301c8ea4 (patch) | |
| tree | 125b32477b10e1049bf377a10f48fefe5898a315 /evil-types.el | |
| parent | 008a6cdb12f15e748979a7d1c2f26c34c84dedbf (diff) | |
Add `evil-v$-excludes-newline`
Deprecate `evil-want-visual-char-semi-exclusive`.
Fixes #897
Diffstat (limited to 'evil-types.el')
| -rw-r--r-- | evil-types.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/evil-types.el b/evil-types.el index bc5cd3e..a230b3c 100644 --- a/evil-types.el +++ b/evil-types.el @@ -90,10 +90,8 @@ If the end position is at the beginning of a line, then: (evil-define-type inclusive "Include the character under point. -If the end position is at the beginning of a line or the end of a -line and `evil-want-visual-char-semi-exclusive', then: - -* If in visual state return `exclusive' (expanded)." +Handling for `evil-want-visual-char-semi-exclusive' is deprecated, +and will be removed in a future version." :expand (lambda (beg end) (if (and evil-want-visual-char-semi-exclusive (evil-visual-state-p) |
