diff options
| author | Pablo Báez | 2016-10-06 17:55:58 -0300 |
|---|---|---|
| committer | Pablo Báez | 2016-10-06 18:17:00 -0300 |
| commit | f54128f189c0896175336846fe8ee3b1eb48b26e (patch) | |
| tree | 6aa97e09ef2e4e689a778ab1a7aa02f0dd697aae | |
| parent | 2e3411ed7741c8d4cfac721de7689dd7996858a0 (diff) | |
| download | scripts.irssi.org-f54128f189c0896175336846fe8ee3b1eb48b26e.tar.bz2 | |
Jump to next misspelled word when pressing SPC
| -rw-r--r-- | scripts/aspell.pl | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
