diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 74bc5d56..06ca6fce 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -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 diff --git a/xulmus/locale/en-US/options.txt b/xulmus/locale/en-US/options.txt index e937f225..d5bb235c 100644 --- a/xulmus/locale/en-US/options.txt +++ b/xulmus/locale/en-US/options.txt @@ -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. ____