Merged in docelic/shelldap (pull request #2)
Reset isearch state on ctrl+c when using Readline 7
Approved-by: Mahlon E. Smith <mahlon@martini.nu>
--- a/.hgtags Thu May 16 02:17:04 2019 +0200
+++ b/.hgtags Fri May 17 18:12:47 2019 +0000
@@ -12,3 +12,4 @@
7b7810fee305fd420e6d1082000c833ca28803ac v1.3.1
aa4172c204d411c4f5693f2b12b472ea0a18cfd1 v1.3.2
e8af5aa8bd1541bd7d06f5f08c27d0c16b176df4 v1.4.0
+d6a75d14db1261943924f265119c1812736aabd1 v1.5.0
--- a/CONTRIBUTORS Thu May 16 02:17:04 2019 +0200
+++ b/CONTRIBUTORS Fri May 17 18:12:47 2019 +0000
@@ -1,6 +1,7 @@
Adam Spiers <adam@spiers.net>
Andr Goens <andres.goens@tu-dresden.de>
Alexander Perlis <aperlis@math.lsu.edu>
+Davor Ocelic <docelic@crystallabs.io>
Dennis Kaarsemaker <dennis.kaarsemaker@booking.com>
Emile "iMil" Heitor <imil@home.imil.net>
Gertjan Halkes <shelldap@ghalkes.nl>
--- a/shelldap Thu May 16 02:17:04 2019 +0200
+++ b/shelldap Fri May 17 18:12:47 2019 +0000
@@ -2691,7 +2691,7 @@
use Fatal qw/open/;
$0 = 'shelldap';
-my $VERSION = '1.4.0';
+my $VERSION = '1.5.0';
use Getopt::Long qw(:config no_ignore_case);
use YAML::Syck qw//;