aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-02-04 00:37:18 +0100
committerTeddy Wing2018-02-04 00:39:56 +0100
commit3249cc5c02ef842bac1ebc6a82315c9e9e326a16 (patch)
tree12279a183699d208abc03cbe128e5d39e51d861a
parent3fa851b55688da55687d0219572031f5db20cadd (diff)
downloadirssi-vimput-master.tar.bz2
Increase version v1.00 -> v1.01HEADv1.01master
Also add a changelog.
-rw-r--r--CHANGELOG10
-rw-r--r--vimput.pl2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..a05fa54
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,10 @@
+CHANGELOG
+=========
+
+v1.01 (2018-02-04):
+ + Move Vim's cursor to the same position as the Irssi cursor. This allows
+ you to pick up editing in Vim from where you left off in Irssi.
+ * Remove unused constant.
+
+v1.00 (2017-12-17):
+ Initial release.
diff --git a/vimput.pl b/vimput.pl
index a316528..ad74c89 100644
--- a/vimput.pl
+++ b/vimput.pl
@@ -32,7 +32,7 @@ use POSIX qw(mkfifo);
use Irssi;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
our %IRSSI = {
authors => 'Teddy Wing',
contact => 'irssi@teddywing.com',