mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 17:05:46 +01:00
convert single quotes to double quotes
This commit is contained in:
@@ -634,7 +634,7 @@ vimperator.Events = function() //{{{
|
||||
}
|
||||
|
||||
var count_str = vimperator.input.buffer.match(/^[0-9]*/)[0];
|
||||
var candidate_command = (vimperator.input.buffer + key).replace(count_str, '');
|
||||
var candidate_command = (vimperator.input.buffer + key).replace(count_str, "");
|
||||
var map;
|
||||
|
||||
// counts must be at the start of a complete mapping (10j -> go 10 lines down)
|
||||
|
||||
Reference in New Issue
Block a user