mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:22:27 +01:00
options.txt: Fix wording of 'cdpath' and misplacement of 'private'.
This commit is contained in:
@@ -218,8 +218,8 @@ ____
|
||||
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||
____
|
||||
List of directories searched when executing the [c]:cd[c] command. This is
|
||||
only used for relative paths if an absolute path is specified then the option
|
||||
is ignored.
|
||||
only used for relative paths; for absolute paths the option is ignored. An
|
||||
empty string between two commas (,,) means to search in the current directory.
|
||||
____
|
||||
|
||||
|
||||
@@ -457,17 +457,6 @@ Number of Ex commands and search patterns to store in the command-line history.
|
||||
____
|
||||
|
||||
|
||||
|\'noprivate'| |\'private'| +
|
||||
||'private'|| boolean (default: off)
|
||||
____
|
||||
Set the "private browsing" option. In private browsing mode history, cache
|
||||
files, cookies, form data, passwords, download list entries, local and URL
|
||||
marks, command-line history and macros are available only for the duration of
|
||||
the private browsing session and deleted when returning to normal browsing
|
||||
mode.
|
||||
____
|
||||
|
||||
|
||||
|\'nohls'| |\'nohlsearch'| |\'hls'| |\'hlsearch'| +
|
||||
||'hlsearch' 'hls'|| boolean (default: off)
|
||||
____
|
||||
@@ -648,6 +637,17 @@ regular expressions and the link elements are those defined by 'hinttags'.
|
||||
____
|
||||
|
||||
|
||||
|\'noprivate'| |\'private'| +
|
||||
||'private'|| boolean (default: off)
|
||||
____
|
||||
Set the "private browsing" option. In private browsing mode history, cache
|
||||
files, cookies, form data, passwords, download list entries, local and URL
|
||||
marks, command-line history and macros are available only for the duration of
|
||||
the private browsing session and deleted when returning to normal browsing
|
||||
mode.
|
||||
____
|
||||
|
||||
|
||||
|$VIMPERATOR_RUNTIME|
|
||||
|\'rtp'| |\'runtimepath'| +
|
||||
||'runtimepath' 'rtp'|| stringlist
|
||||
|
||||
@@ -218,8 +218,8 @@ ____
|
||||
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||
____
|
||||
List of directories searched when executing the [c]:cd[c] command. This is
|
||||
only used for relative paths if an absolute path is specified then the option
|
||||
is ignored.
|
||||
only used for relative paths; for absolute paths the option is ignored. An
|
||||
empty string between two commas (,,) means to search in the current directory.
|
||||
____
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user