1
0
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:
Doug Kearns
2007-11-06 11:22:39 +00:00
parent e6a678257d
commit b204012556
15 changed files with 75 additions and 75 deletions

View File

@@ -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;
}