diff --git a/chrome/content/vimperator/ui.js b/chrome/content/vimperator/ui.js index 190eaca9..2f87d4be 100644 --- a/chrome/content/vimperator/ui.js +++ b/chrome/content/vimperator/ui.js @@ -89,8 +89,7 @@ function CommandLine() //{{{ var multiline_callback = null; // load the commandline history - var hist = Options.getPref("commandline_history", ""); - history = hist.split("\n"); + history = Options.getPref("commandline_history", "").split("\n"); // TODO: these styles should be moved to the .css file function setNormalStyle()