diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-03-30 12:43:35 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-03-30 12:43:35 +1100 |
commit | f162833d93cc31fa9de4dd48015b6a680725132a (patch) | |
tree | 7f0ad9b8c305857247ac83bc419cb8050b49453e /vimperator | |
parent | 8e288dd82ebc6789388633f372eada947dfeecff (diff) | |
download | pentadactyl-f162833d93cc31fa9de4dd48015b6a680725132a.tar.gz |
Add 'maxitems' to the help index.
Diffstat (limited to 'vimperator')
-rw-r--r-- | vimperator/TODO | 3 | ||||
-rw-r--r-- | vimperator/locale/en-US/index.txt | 1 | ||||
-rw-r--r-- | vimperator/locale/en-US/options.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/vimperator/TODO b/vimperator/TODO index d6f0d711..f4c626ce 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -1,6 +1,9 @@ Priority list: 1-9 as in Vim (9 = required for next release, 5 = would be nice, 1 = probably not) +ARCHITECTURE: +- modular help system + BUGS: - add window resize support to hints - searching backwards incrementally does not work i.e. with 'incsearch' set diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt index 973b509a..c5cf8efb 100644 --- a/vimperator/locale/en-US/index.txt +++ b/vimperator/locale/en-US/index.txt @@ -287,6 +287,7 @@ section:Options[option-index] ||'laststatus'|| Show the status line + ||'linksearch'|| Limit the search to hyperlink text + ||'loadplugins'|| Load plugin scripts when starting up + +||'maxitems'|| Maximum number of items to display at once in a listing + ||'messages'|| Number of messages to store in the message history + ||'more'|| Pause the message list window when more than one screen of listings is displayed + ||'newtab'|| Define which commands should output in a new tab by default + diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 7b4a5295..f5cd0a5d 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -480,6 +480,7 @@ load plugins earlier, use the [c]:loadplugins[c] command within the vimperatorrc. ____ + |\'maxitems'| ||'maxitems'|| number (default: 20) ____ |