diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 1079c428..11ed0cb5 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -1027,7 +1027,7 @@ function Commands() //{{{ else { // 1 2 3 4 5 6 - var matches = args.match(/^\s*(no|inv)?([a-z]+)([?&!])?(([+-])?=(.*))?/); + var matches = args.match(/^\s*(no|inv)?([a-z_]+)([?&!])?(([+-])?=(.*))?/); if (!matches) { vimperator.echoerr("E518: Unknown option: " + args);