summaryrefslogtreecommitdiff
path: root/common/content/editor.js
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-06-27 18:33:12 -0400
committerKris Maglione <maglione.k@gmail.com>2011-06-27 18:33:12 -0400
commitb5b504f05164cc6d700ef5640eb2cf2455c8fa63 (patch)
tree9f4fb12c63cbae7bfab7117d0a5b65ea507d6664 /common/content/editor.js
parentd2c479f8a100c73ab1d5b5831ba9d4387de8ca35 (diff)
downloadpentadactyl-b5b504f05164cc6d700ef5640eb2cf2455c8fa63.tar.gz
Fix doc typo.
Diffstat (limited to 'common/content/editor.js')
-rw-r--r--common/content/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/editor.js b/common/content/editor.js
index 52778d2f..d0a935eb 100644
--- a/common/content/editor.js
+++ b/common/content/editor.js
@@ -858,7 +858,7 @@ var Editor = Module("editor", {
options: function () {
options.add(["editor"],
"The external text editor",
- "string", "gvim -f '+<line><{|sil! call cursor(0, <column>)}>' <file>", {
+ "string", "gvim -f +<line> '+sil! call cursor(0, <column>)' <file>", {
format: function (obj, value) {
let args = commands.parseArgs(value || this.value, { argCount: "*", allowUnknownOptions: true })
.map(util.compileMacro).filter(function (fmt) fmt.valid(obj))