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); }