aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim-mode/vim_mode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index ce9dc2a..0be1f13 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -657,6 +657,7 @@ sub cmd_G {
my ($count, $pos, $repeat) = @_;
if (Irssi::version < 20090117) {
+ _warn("G and gg not supported in irssi < 0.8.13");
return;
}