mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 14:34:11 +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 ",,")
|
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||||
____
|
____
|
||||||
List of directories searched when executing the [c]:cd[c] command. This is
|
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
|
only used for relative paths; for absolute paths the option is ignored. An
|
||||||
is ignored.
|
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'| +
|
|\'nohls'| |\'nohlsearch'| |\'hls'| |\'hlsearch'| +
|
||||||
||'hlsearch' 'hls'|| boolean (default: off)
|
||'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|
|
|$VIMPERATOR_RUNTIME|
|
||||||
|\'rtp'| |\'runtimepath'| +
|
|\'rtp'| |\'runtimepath'| +
|
||||||
||'runtimepath' 'rtp'|| stringlist
|
||'runtimepath' 'rtp'|| stringlist
|
||||||
|
|||||||
@@ -218,8 +218,8 @@ ____
|
|||||||
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
|
||||||
____
|
____
|
||||||
List of directories searched when executing the [c]:cd[c] command. This is
|
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
|
only used for relative paths; for absolute paths the option is ignored. An
|
||||||
is ignored.
|
empty string between two commas (,,) means to search in the current directory.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user