mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:18:12 +01:00
Allow ` as local mark
This commit is contained in:
@@ -1565,7 +1565,7 @@ function Marks() //{{{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function isLocalMark(mark) /^['"a-z]$/.test(mark);
|
function isLocalMark(mark) /^['`a-z]$/.test(mark);
|
||||||
function isURLMark(mark) /^[A-Z0-9]$/.test(mark);
|
function isURLMark(mark) /^[A-Z0-9]$/.test(mark);
|
||||||
|
|
||||||
function localMarkIter()
|
function localMarkIter()
|
||||||
|
|||||||
Reference in New Issue
Block a user