diff options
| -rw-r--r-- | CHANGELOG | 10 | ||||
| -rw-r--r-- | vimput.pl | 2 | 
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. @@ -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', | 
