-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chen Bin
committed
Feb 16, 2024
1 parent
2b4581a
commit 1c4fefa
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Chen Bin <[email protected]> | ||
;; URL: http://github.com/redguardtoo/evil-matchit | ||
;; Version: 3.0.3 | ||
;; Version: 3.0.4 | ||
;; Keywords: matchit vim evil | ||
;; Package-Requires: ((emacs "25.1")) | ||
;; | ||
|
@@ -325,7 +325,7 @@ If IS-INNER is t, the region is inner text object." | |
(defun evilmi-version() | ||
"Print version." | ||
(interactive) | ||
(message "3.0.3")) | ||
(message "3.0.4")) | ||
|
||
;; initialize evilmi-plugins only once | ||
(evilmi-init-plugins) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
name=evil-matchit | ||
version=3.0.3 | ||
version=3.0.4 | ||
pkg=$name-$version | ||
mkdir $pkg | ||
cp README.org $pkg | ||
|