diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2014-01-02 13:38:38 +0100 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2014-01-02 13:38:38 +0100 |
| commit | 1bafbb69ae4797018918167d2a255e45e1439306 (patch) | |
| tree | 1c3bbdcddf7bd98f8a57277441deaffae86901b9 /evil-tests.el | |
| parent | 31b38b011caf24a0d41ded56dab16064cb4e8363 (diff) | |
add `evil-select-inner-object` for normal inner text object selection
This functions fulfils the same purpose as `evil-inner-object-range`
but is based on thing-at-point.
Inner word, WORD, sentence and paragraph text objects are implemented
in terms of this function.
This addresses #364.
Diffstat (limited to 'evil-tests.el')
| -rw-r--r-- | evil-tests.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/evil-tests.el b/evil-tests.el index 850d0ae..953c88a 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -6043,7 +6043,7 @@ Below some empty line.")) ;; and for Lisp evaluation." ("vip") "<;; This buffer is for notes, -;; and for Lisp evaluation[.] +;; and for Lisp evaluation.[] > ;; This buffer is for notes, ;; and for Lisp evaluation.") @@ -6055,11 +6055,10 @@ Below some empty line.")) ;; and for Lisp evaluation." ("vip") "<;; This buffer is for notes, -;; and for Lisp evaluation[.] +;; and for Lisp evaluation.[] > ;; This buffer is for notes, ;; and for Lisp evaluation.") - (evil-test-buffer ";; This buffer is for notes, ;; and for Lisp evaluation. |
