mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:07:57 +01:00
replace some echo() calls with echomsg()
This commit is contained in:
@@ -334,7 +334,7 @@ function Tabs() //{{{
|
||||
}
|
||||
|
||||
if (removed > 0)
|
||||
liberator.echo(removed + " fewer tab(s)");
|
||||
liberator.echomsg(removed + " fewer tab(s)", 9);
|
||||
else
|
||||
liberator.echoerr("E94: No matching tab for " + args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user