From 32ecd9712c767bc26c4ca5bdd1b75688b5198715 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 11 Dec 2007 13:54:38 +0000 Subject: [PATCH] added stal=0 reference to guioptions help --- Donators | 2 +- content/options.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Donators b/Donators index b9e4b6b0..36f4d14c 100644 --- a/Donators +++ b/Donators @@ -25,5 +25,5 @@ * Ben Klemens * Andrew Pantyukhin -I want to say a big THANK YOU for all people which supported this project in this way. +I want to say a big THANK YOU to all people which supported this project in this way. diff --git a/content/options.js b/content/options.js index d5f69afa..c1f6a8f0 100644 --- a/content/options.js +++ b/content/options.js @@ -493,7 +493,8 @@ vimperator.Options = function () //{{{ "
  • m: menubar
  • " + "
  • T: toolbar
  • " + "
  • b: bookmark bar
  • " + - "", + "" + + "You can also hide the tab bar with :set showtabline=0.", setter: function (value) { setGuiOptions(value); }, defaultValue: "", validator: function (value) { return !/[^mTb]/.test(value); }