diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-06-27 18:33:12 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-06-27 18:33:12 -0400 |
commit | b5b504f05164cc6d700ef5640eb2cf2455c8fa63 (patch) | |
tree | 9f4fb12c63cbae7bfab7117d0a5b65ea507d6664 /common/content/editor.js | |
parent | d2c479f8a100c73ab1d5b5831ba9d4387de8ca35 (diff) | |
download | pentadactyl-b5b504f05164cc6d700ef5640eb2cf2455c8fa63.tar.gz |
Fix doc typo.
Diffstat (limited to 'common/content/editor.js')
-rw-r--r-- | common/content/editor.js | 2 |
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)) |