aboutsummaryrefslogtreecommitdiff
path: root/evil-types.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2022-04-22 23:31:23 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-04-30 20:58:00 +0200
commit87997ec3cfaa475475216dcc37fc38a2301c8ea4 (patch)
tree125b32477b10e1049bf377a10f48fefe5898a315 /evil-types.el
parent008a6cdb12f15e748979a7d1c2f26c34c84dedbf (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.el6
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)