diff options
author | Daniel Bainton <dpb@driftaway.org> | 2009-03-26 09:34:10 +0200 |
---|---|---|
committer | Daniel Bainton <dpb@driftaway.org> | 2009-03-26 09:34:10 +0200 |
commit | 702f8f9a3eceeb9729f95ac6a793c45c72eed85e (patch) | |
tree | 7ed952a343e287baeb7fdf3a7e3dd74ada6d11b5 /vimperator/locale/en-US/options.txt | |
parent | d6238f84a43b848b86bca5ba55b465fad9bdba73 (diff) | |
download | pentadactyl-702f8f9a3eceeb9729f95ac6a793c45c72eed85e.tar.gz |
Doc fixes (thanks Xie&Tian)
Diffstat (limited to 'vimperator/locale/en-US/options.txt')
-rw-r--r-- | vimperator/locale/en-US/options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index bf042502..c434cb79 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -252,7 +252,7 @@ Sets the default search engine. The default search engine name is used in the [c]:[tab]open [arg][c] command if [a][arg][a] neither looks like a URL or like a specified search engine/keyword. -This means, it you set 'defsearch' to "youtube", then [c]:open arnold +This means, if you set 'defsearch' to "youtube", then [c]:open arnold schwarzenegger[c] will be exactly the same as [c]:open youtube arnold schwarzenegger[c]. Therefore, you need to add a keyword or search engine "youtube" first. @@ -472,7 +472,7 @@ ____ |\'nolpl'| |\'lpl'| |\'noloadplugins'| |\'loadplugins'| -||'loadplugins' 'lpl'|| boolean (default on) +||'loadplugins' 'lpl'|| boolean (default: on) ____ Load plugin scripts when starting up. When on, yet unloaded plugins are automatically loaded after the vimperatorrc file has been sourced. To @@ -527,7 +527,7 @@ ____ |\'noonline'| |\'online'| -||'online'|| boolean (default on) +||'online'|| boolean (default: on) ____ Show and set the \'work offline' behavior. ____ @@ -571,7 +571,7 @@ ____ |\'nopreload'| |\'preload'| ||'preload' 'nopreload'|| boolean (default: on) ____ -Speed up first time history/bookmark completion +Speed up first time history/bookmark completion. History access can be quite slow for a large history. Vimperator maintains a cache to speed it up significantly on subsequent access. @@ -751,7 +751,7 @@ ____ |\'wildcase'| |\'wic'| ||'wildcase' 'wic'|| string (default: "smart") ____ -Defines how completions are matched with regard to character case. +Defines how completions are matched with regard to character case. Possible values: `---------------`------------------------ "smart" Case is significant when capital letters are typed |