1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:57:58 +01:00

new gf gF and :viewsource commands (thanks dpb)

This commit is contained in:
Martin Stubenschrott
2008-01-03 11:39:40 +00:00
parent c0d333629e
commit 5ea202647b
7 changed files with 58 additions and 6 deletions

View File

@@ -329,8 +329,7 @@ vimperator.Editor = function () //{{{
{
var textBox = document.commandDispatcher.focusedElement;
var editor = vimperator.options["editor"];
var args = [];
args = editor.split(" ");
var args = editor.split(" ");
if (args.length < 1)
{
vimperator.echoerr("no editor specified");