diff --git a/content/commands.js b/content/commands.js index 64a7ee11..50f6b9fb 100644 --- a/content/commands.js +++ b/content/commands.js @@ -1753,7 +1753,7 @@ vimperator.Commands = function() //{{{ break; case "number": - value = parseInt(value, 10); + value = parseInt(value); if (isNaN(value)) {