mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:38:00 +01:00
Document . mapping
This commit is contained in:
@@ -292,7 +292,7 @@ liberator.Completion = function () //{{{
|
||||
{
|
||||
case "(":
|
||||
/* Function call, or if/while/for/... */
|
||||
if (/\w$/.test(lastNonwhite))
|
||||
if (/\w\d$/.test(lastNonwhite))
|
||||
{
|
||||
top[FUNCTIONS].push(i);
|
||||
top[STATEMENTS].pop();
|
||||
|
||||
Reference in New Issue
Block a user