From 8806b086b90387a02bd6354993490856104e41bb Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Mon, 25 Apr 2022 22:25:56 +0100 Subject: [PATCH 1/4] Bump version to 1.14.1 --- Cask | 2 +- doc/build/texinfo/evil.texi | 2 +- doc/source/conf.py | 2 +- evil-command-window.el | 2 +- evil-commands.el | 2 +- evil-common.el | 2 +- evil-core.el | 2 +- evil-development.el | 2 +- evil-digraphs.el | 2 +- evil-ex.el | 2 +- evil-integration.el | 2 +- evil-jumps.el | 2 +- evil-keybindings.el | 2 +- evil-macros.el | 2 +- evil-maps.el | 2 +- evil-pkg.el | 2 +- evil-repeat.el | 2 +- evil-search.el | 2 +- evil-states.el | 2 +- evil-test-helpers.el | 4 ++-- evil-tests.el | 2 +- evil-types.el | 2 +- evil-vars.el | 4 ++-- evil.el | 2 +- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cask b/Cask index c466b0b0..5e26c859 100644 --- a/Cask +++ b/Cask @@ -1,4 +1,4 @@ -(package "evil" "1.14.0" "Extensible Vi layer for Emacs.") +(package "evil" "1.14.1" "Extensible Vi layer for Emacs.") (files "*.el") diff --git a/doc/build/texinfo/evil.texi b/doc/build/texinfo/evil.texi index 6bd35d1f..093384ac 100644 --- a/doc/build/texinfo/evil.texi +++ b/doc/build/texinfo/evil.texi @@ -21,7 +21,7 @@ @copying @quotation -Evil 1.14.0, Jan 07, 2022 +Evil 1.14.1, Jan 07, 2022 Eivind Fonn, Frank Fischer, Vegard Øye diff --git a/doc/source/conf.py b/doc/source/conf.py index 38981949..9c36d8c1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ author = 'Eivind Fonn, Frank Fischer, Vegard Øye' # The full version, including alpha/beta/rc tags -release = '1.14.0' +release = '1.14.1' master_doc = 'index' diff --git a/evil-command-window.el b/evil-command-window.el index 3d3397f6..06e5d40e 100644 --- a/evil-command-window.el +++ b/evil-command-window.el @@ -2,7 +2,7 @@ ;; Author: Emanuel Evans ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-commands.el b/evil-commands.el index 1d88a763..dc9a17ea 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-common.el b/evil-common.el index 11acdc51..bf95f813 100644 --- a/evil-common.el +++ b/evil-common.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-core.el b/evil-core.el index 06001047..6b67f27f 100644 --- a/evil-core.el +++ b/evil-core.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-development.el b/evil-development.el index 1930be74..0911843f 100644 --- a/evil-development.el +++ b/evil-development.el @@ -2,7 +2,7 @@ ;; Author: Justin Burkett -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-digraphs.el b/evil-digraphs.el index 745814e8..0262993f 100644 --- a/evil-digraphs.el +++ b/evil-digraphs.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-ex.el b/evil-ex.el index 491eef08..cc9d48d0 100644 --- a/evil-ex.el +++ b/evil-ex.el @@ -3,7 +3,7 @@ ;; Author: Frank Fischer ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-integration.el b/evil-integration.el index 9450c222..da5f5bb2 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-jumps.el b/evil-jumps.el index 55617e01..b99de02e 100644 --- a/evil-jumps.el +++ b/evil-jumps.el @@ -2,7 +2,7 @@ ;; Author: Bailey Ling -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-keybindings.el b/evil-keybindings.el index 71b8e55f..8e6eb041 100644 --- a/evil-keybindings.el +++ b/evil-keybindings.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-macros.el b/evil-macros.el index fe267232..e147fe74 100644 --- a/evil-macros.el +++ b/evil-macros.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-maps.el b/evil-maps.el index e24ea1eb..dbed80ea 100644 --- a/evil-maps.el +++ b/evil-maps.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-pkg.el b/evil-pkg.el index f299a426..f84b60a9 100644 --- a/evil-pkg.el +++ b/evil-pkg.el @@ -1,6 +1,6 @@ (define-package "evil" - "1.14.0" + "1.14.1" "Extensible Vi layer for Emacs." '((emacs "24.1") (goto-chg "1.6") diff --git a/evil-repeat.el b/evil-repeat.el index e9c42955..963dcab7 100644 --- a/evil-repeat.el +++ b/evil-repeat.el @@ -3,7 +3,7 @@ ;; Author: Frank Fischer ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-search.el b/evil-search.el index 4df38b7c..30ecda0e 100644 --- a/evil-search.el +++ b/evil-search.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-states.el b/evil-states.el index 0e3b9e9b..a27634c3 100644 --- a/evil-states.el +++ b/evil-states.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-test-helpers.el b/evil-test-helpers.el index 696d8994..3478d4fe 100644 --- a/evil-test-helpers.el +++ b/evil-test-helpers.el @@ -2,8 +2,8 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Package-Requires: ((evil "1.14.0")) -;; Version: 1.14.0 +;; Package-Requires: ((evil "1.14.1")) +;; Version: 1.14.1 ;; This file is NOT part of GNU Emacs. diff --git a/evil-tests.el b/evil-tests.el index 5b728e90..e66f7d1f 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-types.el b/evil-types.el index c23fd59d..32f6f463 100644 --- a/evil-types.el +++ b/evil-types.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-vars.el b/evil-vars.el index 963417dc..9acf9e8d 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.0 +;; Version: 1.14.1 ;; ;; This file is NOT part of GNU Emacs. @@ -1998,7 +1998,7 @@ Otherwise the previous command is assumed as substitute.") (buffer-substring (point-min) (line-end-position)))) ;; no repo, use plain version - "1.14.0")))) + "1.14.1")))) "The current version of Evil") (defcustom evil-want-integration t diff --git a/evil.el b/evil.el index ef7fa28d..1b12ec9f 100644 --- a/evil.el +++ b/evil.el @@ -58,7 +58,7 @@ ;; To get in touch, please use the bug tracker or the ;; mailing list (see below). ;; Created: 2011-03-01 -;; Version: 1.14.0 +;; Version: 1.14.1 ;; Keywords: emulation, vim ;; URL: https://github.com/emacs-evil/evil ;; Repository: https://github.com/emacs-evil/evil.git From 03278456c300eb053ecf9652d98beada03589722 Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Sat, 30 Apr 2022 22:18:11 +0100 Subject: [PATCH 2/4] Revert forward-evil-word work --- evil-commands.el | 4 ++-- evil-common.el | 51 +++++++++++------------------------------------- 2 files changed, 13 insertions(+), 42 deletions(-) diff --git a/evil-commands.el b/evil-commands.el index dc9a17ea..34389a12 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -1277,7 +1277,7 @@ or line COUNT to the top of the window." (evil-define-text-object evil-inner-word (count &optional beg end type) "Select inner word." - (evil-select-inner-object 'evil-word-object beg end type count)) + (evil-select-inner-object 'evil-word beg end type count)) (evil-define-text-object evil-a-WORD (count &optional beg end type) "Select a WORD." @@ -1285,7 +1285,7 @@ or line COUNT to the top of the window." (evil-define-text-object evil-inner-WORD (count &optional beg end type) "Select inner WORD." - (evil-select-inner-object 'evil-WORD-object beg end type count)) + (evil-select-inner-object 'evil-WORD beg end type count)) (evil-define-text-object evil-a-symbol (count &optional beg end type) "Select a symbol." diff --git a/evil-common.el b/evil-common.el index bf95f813..1518a4a8 100644 --- a/evil-common.el +++ b/evil-common.el @@ -1701,26 +1701,6 @@ backwards." "Move forward COUNT whitespace sequences [[:space:]]+." (evil-forward-chars "[:space:]" count)) -(defun evil--forward-word-respect-categories (count) - "Move forward COUNT words. -A word is a sequence of word characters matching [[:word:]] -\(recognized by `forward-word')." - (let ((word-separating-categories evil-cjk-word-separating-categories) - (word-combining-categories evil-cjk-word-combining-categories) - (pnt (point))) - (forward-word count) - (if (= pnt (point)) count 0))) - -(defun evil--forward-non-word-excl-newline (count) - "Move forward COUNT non-words. -A non-word is a sequence of non-whitespace non-word characters." - (evil-forward-chars "^[:word:]\n\r\t\f " count)) - -(defun evil--forward-non-word-incl-newline (count) - "Move forward COUNT non-words. -A non-word is a sequence of non-space, non-tab, non-word characters." - (evil-forward-chars "^[:word:]\t " count)) - (defun forward-evil-word (&optional count) "Move forward COUNT words. Moves point COUNT words forward or (- COUNT) words backward if @@ -1730,18 +1710,17 @@ word is a sequence of word characters matching \[[:word:]] (recognized by `forward-word'), a sequence of non-whitespace non-word characters '[^[:word:]\\n\\r\\t\\f ]', or an empty line matching ^$." - (evil-forward-nearest count - #'evil--forward-word-respect-categories - #'evil--forward-non-word-excl-newline - #'forward-evil-empty-line)) - -(defun forward-evil-word-object (&optional count) - "Move forward COUNT words. -Like `forward-evil-word' but include newline in non-word chars." - (evil-forward-nearest count - #'evil--forward-word-respect-categories - #'evil--forward-non-word-incl-newline - #'forward-evil-empty-line)) + (evil-forward-nearest + count + #'(lambda (&optional cnt) + (let ((word-separating-categories evil-cjk-word-separating-categories) + (word-combining-categories evil-cjk-word-combining-categories) + (pnt (point))) + (forward-word cnt) + (if (= pnt (point)) cnt 0))) + #'(lambda (&optional cnt) + (evil-forward-chars "^[:word:]\n\r\t\f " cnt)) + #'forward-evil-empty-line)) (defun forward-evil-WORD (&optional count) "Move forward COUNT \"WORDS\". @@ -1755,14 +1734,6 @@ WORD is a sequence of non-whitespace characters (evil-forward-chars "^\n\r\t\f " cnt)) #'forward-evil-empty-line)) -(defun forward-evil-WORD-object (&optional count) - "Move forward COUNT \"WORDS\". -Like `forward-evil-WORD' but exclude newline in WORD chars." - (evil-forward-nearest count - #'(lambda (&optional cnt) - (evil-forward-chars "^\t " cnt)) - #'forward-evil-empty-line)) - (defun forward-evil-symbol (&optional count) "Move forward COUNT symbols. Moves point COUNT symbols forward or (- COUNT) symbols backward From 8baa566fc23864da78b46a28c064ee9f937b7cf2 Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Sat, 30 Apr 2022 22:05:47 +0100 Subject: [PATCH 3/4] Add `evil-select-inner-unrestricted-object` --- evil-commands.el | 6 +++--- evil-common.el | 16 +++++++++++++++- evil-tests.el | 6 +++++- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/evil-commands.el b/evil-commands.el index 34389a12..0eff0129 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -1293,7 +1293,7 @@ or line COUNT to the top of the window." (evil-define-text-object evil-inner-symbol (count &optional beg end type) "Select inner symbol." - (evil-select-inner-object 'evil-symbol beg end type count)) + (evil-select-inner-unrestricted-object 'evil-symbol beg end type count)) (evil-define-text-object evil-a-sentence (count &optional beg end type) "Select a sentence." @@ -1301,7 +1301,7 @@ or line COUNT to the top of the window." (evil-define-text-object evil-inner-sentence (count &optional beg end type) "Select inner sentence." - (evil-select-inner-object 'evil-sentence beg end type count)) + (evil-select-inner-unrestricted-object 'evil-sentence beg end type count)) (evil-define-text-object evil-a-paragraph (count &optional beg end type) "Select a paragraph." @@ -1311,7 +1311,7 @@ or line COUNT to the top of the window." (evil-define-text-object evil-inner-paragraph (count &optional beg end type) "Select inner paragraph." :type line - (evil-select-inner-object 'evil-paragraph beg end type count t)) + (evil-select-inner-unrestricted-object 'evil-paragraph beg end type count t)) (evil-define-text-object evil-a-paren (count &optional beg end type) "Select a parenthesis." diff --git a/evil-common.el b/evil-common.el index 1518a4a8..6b09cea4 100644 --- a/evil-common.el +++ b/evil-common.el @@ -3102,7 +3102,7 @@ This can be overridden with TYPE." (>= (evil-range-end range2) (evil-range-end range1)))) -(defun evil-select-inner-object (thing beg end type &optional count line) +(defun evil-select-inner-unrestricted-object (thing beg end type &optional count line) "Return an inner text object range of COUNT objects. If COUNT is positive, return objects following point; if COUNT is negative, return objects preceding point. If one is unspecified, @@ -3132,6 +3132,20 @@ linewise, otherwise it is character wise." (if line 'line type) :expanded t))) +(defun evil-select-inner-object (thing beg end type &optional count line) + "Return an inner text object range of COUNT objects. +Selection is restricted to the current line. +If COUNT is positive, return objects following point; if COUNT is +negative, return objects preceding point. If one is unspecified, +the other is used with a negative argument. THING is a symbol +understood by `thing-at-point'. BEG, END and TYPE specify the +current selection. If LINE is non-nil, the text object should be +linewise, otherwise it is character wise." + (save-restriction + (narrow-to-region (save-excursion (beginning-of-line) (point)) + (save-excursion (end-of-line) (point))) + (evil-select-inner-unrestricted-object thing beg end type count line))) + (defun evil-select-an-object (thing beg end type count &optional line) "Return an outer text object range of COUNT objects. If COUNT is positive, return objects following point; if COUNT is diff --git a/evil-tests.el b/evil-tests.el index e66f7d1f..e01043e3 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -5945,7 +5945,11 @@ Line 2")) (evil-test-buffer "foo\n [ ] bar" ("diW") - "foo\n[b]ar"))) + "foo\n[b]ar") + (evil-test-buffer + "fo[o]\nbar" + ("diW") + "[\n]bar"))) (ert-deftest evil-test-word-objects-cjk () "Test `evil-inner-word' and `evil-a-word' on CJK words" From 162a94cbce4f2c09fa7dd6bd8ca56080cb0ab63b Mon Sep 17 00:00:00 2001 From: Tom Dalziel Date: Sat, 30 Apr 2022 22:44:51 +0100 Subject: [PATCH 4/4] Bump version to 1.14.2 --- Cask | 2 +- doc/build/texinfo/evil.texi | 2 +- doc/source/conf.py | 2 +- evil-command-window.el | 2 +- evil-commands.el | 2 +- evil-common.el | 2 +- evil-core.el | 2 +- evil-development.el | 2 +- evil-digraphs.el | 2 +- evil-ex.el | 2 +- evil-integration.el | 2 +- evil-jumps.el | 2 +- evil-keybindings.el | 2 +- evil-macros.el | 2 +- evil-maps.el | 2 +- evil-pkg.el | 2 +- evil-repeat.el | 2 +- evil-search.el | 2 +- evil-states.el | 2 +- evil-test-helpers.el | 4 ++-- evil-tests.el | 2 +- evil-types.el | 2 +- evil-vars.el | 4 ++-- evil.el | 2 +- 24 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cask b/Cask index 5e26c859..73c1a723 100644 --- a/Cask +++ b/Cask @@ -1,4 +1,4 @@ -(package "evil" "1.14.1" "Extensible Vi layer for Emacs.") +(package "evil" "1.14.2" "Extensible Vi layer for Emacs.") (files "*.el") diff --git a/doc/build/texinfo/evil.texi b/doc/build/texinfo/evil.texi index 093384ac..3779179b 100644 --- a/doc/build/texinfo/evil.texi +++ b/doc/build/texinfo/evil.texi @@ -21,7 +21,7 @@ @copying @quotation -Evil 1.14.1, Jan 07, 2022 +Evil 1.14.2, Jan 07, 2022 Eivind Fonn, Frank Fischer, Vegard Øye diff --git a/doc/source/conf.py b/doc/source/conf.py index 9c36d8c1..351f8d68 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ author = 'Eivind Fonn, Frank Fischer, Vegard Øye' # The full version, including alpha/beta/rc tags -release = '1.14.1' +release = '1.14.2' master_doc = 'index' diff --git a/evil-command-window.el b/evil-command-window.el index 06e5d40e..96b60938 100644 --- a/evil-command-window.el +++ b/evil-command-window.el @@ -2,7 +2,7 @@ ;; Author: Emanuel Evans ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-commands.el b/evil-commands.el index 0eff0129..1cc3e94a 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-common.el b/evil-common.el index 6b09cea4..32b63a54 100644 --- a/evil-common.el +++ b/evil-common.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-core.el b/evil-core.el index 6b67f27f..fd800b5f 100644 --- a/evil-core.el +++ b/evil-core.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-development.el b/evil-development.el index 0911843f..bbfb62db 100644 --- a/evil-development.el +++ b/evil-development.el @@ -2,7 +2,7 @@ ;; Author: Justin Burkett -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-digraphs.el b/evil-digraphs.el index 0262993f..e7c4cbf2 100644 --- a/evil-digraphs.el +++ b/evil-digraphs.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-ex.el b/evil-ex.el index cc9d48d0..3cb29d55 100644 --- a/evil-ex.el +++ b/evil-ex.el @@ -3,7 +3,7 @@ ;; Author: Frank Fischer ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-integration.el b/evil-integration.el index da5f5bb2..4837c595 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-jumps.el b/evil-jumps.el index b99de02e..68d60475 100644 --- a/evil-jumps.el +++ b/evil-jumps.el @@ -2,7 +2,7 @@ ;; Author: Bailey Ling -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-keybindings.el b/evil-keybindings.el index 8e6eb041..f82510f8 100644 --- a/evil-keybindings.el +++ b/evil-keybindings.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-macros.el b/evil-macros.el index e147fe74..6b144935 100644 --- a/evil-macros.el +++ b/evil-macros.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-maps.el b/evil-maps.el index dbed80ea..b59fde4b 100644 --- a/evil-maps.el +++ b/evil-maps.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-pkg.el b/evil-pkg.el index f84b60a9..c3677eb4 100644 --- a/evil-pkg.el +++ b/evil-pkg.el @@ -1,6 +1,6 @@ (define-package "evil" - "1.14.1" + "1.14.2" "Extensible Vi layer for Emacs." '((emacs "24.1") (goto-chg "1.6") diff --git a/evil-repeat.el b/evil-repeat.el index 963dcab7..8456b415 100644 --- a/evil-repeat.el +++ b/evil-repeat.el @@ -3,7 +3,7 @@ ;; Author: Frank Fischer ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-search.el b/evil-search.el index 30ecda0e..a46a8fc7 100644 --- a/evil-search.el +++ b/evil-search.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-states.el b/evil-states.el index a27634c3..45b4aa5c 100644 --- a/evil-states.el +++ b/evil-states.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-test-helpers.el b/evil-test-helpers.el index 3478d4fe..efc56be6 100644 --- a/evil-test-helpers.el +++ b/evil-test-helpers.el @@ -2,8 +2,8 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Package-Requires: ((evil "1.14.1")) -;; Version: 1.14.1 +;; Package-Requires: ((evil "1.14.2")) +;; Version: 1.14.2 ;; This file is NOT part of GNU Emacs. diff --git a/evil-tests.el b/evil-tests.el index e01043e3..bfe7877e 100644 --- a/evil-tests.el +++ b/evil-tests.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-types.el b/evil-types.el index 32f6f463..e983e2d1 100644 --- a/evil-types.el +++ b/evil-types.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. diff --git a/evil-vars.el b/evil-vars.el index 9acf9e8d..3cea2ceb 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -3,7 +3,7 @@ ;; Author: Vegard Øye ;; Maintainer: Vegard Øye -;; Version: 1.14.1 +;; Version: 1.14.2 ;; ;; This file is NOT part of GNU Emacs. @@ -1998,7 +1998,7 @@ Otherwise the previous command is assumed as substitute.") (buffer-substring (point-min) (line-end-position)))) ;; no repo, use plain version - "1.14.1")))) + "1.14.2")))) "The current version of Evil") (defcustom evil-want-integration t diff --git a/evil.el b/evil.el index 1b12ec9f..9e2bf05c 100644 --- a/evil.el +++ b/evil.el @@ -58,7 +58,7 @@ ;; To get in touch, please use the bug tracker or the ;; mailing list (see below). ;; Created: 2011-03-01 -;; Version: 1.14.1 +;; Version: 1.14.2 ;; Keywords: emulation, vim ;; URL: https://github.com/emacs-evil/evil ;; Repository: https://github.com/emacs-evil/evil.git