mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 06:15:53 +01:00
convert single quotes to double quotes
This commit is contained in:
@@ -578,7 +578,7 @@ vimperator.Editor = function() //{{{
|
||||
if (abbrev[lhs][0][0] == "c" && filter == "c")
|
||||
abbrev[lhs][0] = abbrev[lhs][1];
|
||||
|
||||
abbrev[lhs][1] = '';
|
||||
abbrev[lhs][1] = "";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user