diff options
| author | Filipe Silva <ninrod@users.noreply.github.com> | 2018-12-16 08:42:18 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-16 08:42:18 -0200 |
| commit | 0f629b8f9cedc280f293d2425c1a74ddc12131b1 (patch) | |
| tree | 24106c2dee2bcb038ac3e63470a0296778d9d7e6 /evil-surround.el | |
| parent | 63ce01848878ce011eb4fee59c51109dd1e3ddb5 (diff) | |
tweak implementation file header
Diffstat (limited to 'evil-surround.el')
| -rw-r--r-- | evil-surround.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/evil-surround.el b/evil-surround.el index d2e59dd..854c42f 100644 --- a/evil-surround.el +++ b/evil-surround.el @@ -1,15 +1,16 @@ ;;; evil-surround.el --- emulate surround.vim from Vim ;; Copyright (C) 2010 - 2017 Tim Harper +;; Copyright (C) 2018 - 2019 The evil-surround.el Contributors ;; Licensed under the same terms as Emacs (GPLv3) ;; ;; Author: Tim Harper <timcharper at gmail dot com> -;; Vegard Øye <vegard_oye at hotmail dot com> +;; Vegard Øye <vegard_oye at hotmail dot com> ;; Current Maintainer: ninrod (github.com/ninrod) ;; Created: July 23 2011 -;; Version: 0.1 +;; Version: 1.0.2 ;; Package-Requires: ((evil "1.2.12")) ;; Mailing list: <implementations-list at lists.ourproject.org> ;; Subscribe: http://tinyurl.com/implementations-list |
