1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 13:22:25 +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

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