1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 09:27:58 +01:00

dd 'passkeys' to the Vim syntax files.

This commit is contained in:
Doug Kearns
2010-11-05 02:09:17 +11:00
parent 9512564351
commit 44f23146e1
4 changed files with 10 additions and 12 deletions

View File

@@ -553,7 +553,6 @@ const JavaScript = Module("javascript", {
return null;
}
// str = "foo.bar.baz"
// obj = "foo.bar"
// key = "baz"
@@ -562,7 +561,6 @@ const JavaScript = Module("javascript", {
// obj = [modules, window]
// key = "foo"
let [offset, obj, key] = this._getObjKey(-1);
// Wait for a keypress before completing when there's no key