diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-03-31 18:44:18 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-03-31 18:44:18 -0400 |
commit | 477b1139fc123d1dcb12fcc156df8d439bb6f096 (patch) | |
tree | e41bb283327abe92ea7398f97028c849e13f04f2 /common/content/modes.js | |
parent | c2d2415b1a962b9e6140deb9bfa6593c2804c4e9 (diff) | |
download | pentadactyl-477b1139fc123d1dcb12fcc156df8d439bb6f096.tar.gz |
Add missing services.tld.
Diffstat (limited to 'common/content/modes.js')
-rw-r--r-- | common/content/modes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/modes.js b/common/content/modes.js index 4976db15..bdac8a26 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -640,7 +640,7 @@ var Modes = Module("modes", { options.add(["showmode", "smd"], "Show the current mode in the command line when it matches this expression", - "stringlist", "!normal,base", + "stringlist", "caret,output_multiline,!normal,base", opts); }, prefs: function initPrefs() { |