mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 23:33:33 +01:00
merge updated QuickMarks error message
This commit is contained in:
@@ -833,7 +833,7 @@ function QuickMarks() //{{{
|
|||||||
|
|
||||||
if (marks.length == 0)
|
if (marks.length == 0)
|
||||||
{
|
{
|
||||||
vimperator.echoerr("No marks set");
|
vimperator.echoerr("No QuickMarks set");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user