From: Pablo Báez Date: Thu, 6 Oct 2016 20:55:58 +0000 (-0300) Subject: Jump to next misspelled word when pressing SPC X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f54128f189c0896175336846fe8ee3b1eb48b26e;p=irssi-scripts.irssi.org.git Jump to next misspelled word when pressing SPC --- diff --git a/scripts/aspell.pl b/scripts/aspell.pl index 426dbd9..71369f3 100644 --- a/scripts/aspell.pl +++ b/scripts/aspell.pl @@ -108,7 +108,7 @@ if ($@ && $@ =~ m/Can't locate/) { } -our $VERSION = '1.6.1'; +our $VERSION = '1.6.2'; our %IRSSI = ( authors => 'Isaac Good (yitz_), Tom Feist (shabble)', contact => 'irssi@isaacgood.com, shabble+irssi@metavore.org', @@ -307,6 +307,7 @@ sub process_word { } else { print_suggestions(); + highlight_incorrect_word($word_obj); } } else {