1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 21:54:12 +01:00

Doc fixes. Closes issue #556.

This commit is contained in:
Štěpán Němec
2011-06-07 21:38:30 +02:00
parent 89dde79df8
commit 5c5c4b1ef9
2 changed files with 5 additions and 6 deletions

View File

@@ -385,7 +385,7 @@
<item> <item>
<tags>:pin :pintab</tags> <tags>:pin :pintab</tags>
<spec><oa>count</oa>pin<oa>tab</oa><oa>!</oa> <oa>arg</oa></spec> <spec>:<oa>count</oa>pin<oa>tab</oa><oa>!</oa> <oa>arg</oa></spec>
<description> <description>
<p> <p>
Pin tab as an application tab. If <oa>!</oa> is given, Pin tab as an application tab. If <oa>!</oa> is given,
@@ -397,7 +397,7 @@
<item> <item>
<tags>:unpin :unpintab</tags> <tags>:unpin :unpintab</tags>
<spec><oa>count</oa>pin<oa>tab</oa> <oa>arg</oa></spec> <spec>:<oa>count</oa>unpin<oa>tab</oa> <oa>arg</oa></spec>
<description> <description>
<p> <p>
Unpin tab as an application tab. Arguments and count Unpin tab as an application tab. Arguments and count

View File

@@ -146,8 +146,7 @@
no longer be split at quoted commas and the option name, no longer be split at quoted commas and the option name,
operators, and = sign may no longer be quoted. This will operators, and = sign may no longer be quoted. This will
break certain automatically-generated configuration files. break certain automatically-generated configuration files.
See :help See :help [stringlist]. [b2]
[stringlist]. [b2]
- Boolean options no longer accept an argument. [b4] - Boolean options no longer accept an argument. [b4]
- 'cdpath' and 'runtimepath' no longer treat ",," - 'cdpath' and 'runtimepath' no longer treat ",,"
specially. Use "." instead. [b2] specially. Use "." instead. [b2]
@@ -162,7 +161,7 @@
'guioptions'. [b4] 'guioptions'. [b4]
- 'linksearch' has been removed. The \l search modifier can - 'linksearch' has been removed. The \l search modifier can
still be used for this purpose. [b4] still be used for this purpose. [b4]
- 'loadplugins' is now a regexplist option rather than - 'loadplugins' is now a [regexplist] option rather than
a boolean. [b2] a boolean. [b2]
- 'mapleader' is now an option rather than a :let - 'mapleader' is now an option rather than a :let
variable. [b4] variable. [b4]
@@ -193,7 +192,7 @@
- Added 'passunknown' option. [b7] - Added 'passunknown' option. [b7]
- Changed 'urlseparator' default value to "|". [b3] - Changed 'urlseparator' default value to "|". [b3]
- Added "passwords" and "venkman" dialogs to :dialog. [b2] - Added "passwords" and "venkman" dialogs to :dialog. [b2]
- Make 'showmode' a stringlist option. [b7] - Make 'showmode' a [stringlist] option. [b7]
- Added 'wildanchor' option. [b2] - Added 'wildanchor' option. [b2]
- Added 'cookies', 'cookieaccept', and 'cookielifetime' options. [b3] - Added 'cookies', 'cookieaccept', and 'cookielifetime' options. [b3]
• Added BookmarkChange, BookmarkRemove autocommands. [b2] • Added BookmarkChange, BookmarkRemove autocommands. [b2]