]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Jump to next misspelled word when pressing SPC
authorPablo Báez <redacted>
Thu, 6 Oct 2016 20:55:58 +0000 (17:55 -0300)
committerPablo Báez <redacted>
Thu, 6 Oct 2016 21:17:00 +0000 (18:17 -0300)
scripts/aspell.pl

index 426dbd97a35763c1230986b77deeebbbd432644d..71369f349175d2128b474708ff5e40f27baba0b5 100644 (file)
@@ -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 {
 
git clone https://git.99rst.org/PROJECT