diff options
| -rw-r--r-- | evil-surround.el | 8 | ||||
| -rw-r--r-- | readme.md (renamed from README.md) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/evil-surround.el b/evil-surround.el index bc07d5b..7bdb986 100644 --- a/evil-surround.el +++ b/evil-surround.el @@ -1,13 +1,13 @@ ;;; evil-surround.el --- emulate surround.vim from Vim -;; Copyright (C) 2010, 2011 Tim Harper +;; Copyright (C) 2010 - 2017 Tim Harper -;; Licensed under the same terms as Emacs. +;; Licensed under the same terms as Emacs (GPLv3) ;; ;; Author: Tim Harper <timcharper at gmail dot com> ;; Vegard Øye <vegard_oye at hotmail dot com> -;; Maintainer: Please send bug reports to the mailing list (below). +;; Current Maintainer: ninrod (github.com/ninrod) ;; Created: July 23 2011 ;; Version: 0.1 ;; Package-Requires: ((evil "1.2.12")) @@ -33,7 +33,7 @@ ;; ;; This package uses Evil as its vi layer. It is available from: ;; -;; https://bitbucket.org/lyro/evil/ +;; https://github.com/emacs-evil/evil ;;; Code: @@ -146,3 +146,8 @@ and pressing return you would get ## Why does `vs` no longer surround? This is due to an upstream change in `vim-surround`. It happened in this commit: https://github.com/tpope/vim-surround/commit/6f0984a. See the discussion in this pull request for more details: https://github.com/timcharper/evil-surround/pull/48. + +LICENSE +--------- + +[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) |
