mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 05:35:49 +01:00
Add 'maxitems' to the help index.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
Priority list:
|
Priority list:
|
||||||
1-9 as in Vim (9 = required for next release, 5 = would be nice, 1 = probably not)
|
1-9 as in Vim (9 = required for next release, 5 = would be nice, 1 = probably not)
|
||||||
|
|
||||||
|
ARCHITECTURE:
|
||||||
|
- modular help system
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
- add window resize support to hints
|
- add window resize support to hints
|
||||||
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
- searching backwards incrementally does not work i.e. with 'incsearch' set
|
||||||
|
|||||||
@@ -287,6 +287,7 @@ section:Options[option-index]
|
|||||||
||'laststatus'|| Show the status line +
|
||'laststatus'|| Show the status line +
|
||||||
||'linksearch'|| Limit the search to hyperlink text +
|
||'linksearch'|| Limit the search to hyperlink text +
|
||||||
||'loadplugins'|| Load plugin scripts when starting up +
|
||'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 +
|
||'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 +
|
||'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 +
|
||'newtab'|| Define which commands should output in a new tab by default +
|
||||||
|
|||||||
@@ -480,6 +480,7 @@ load plugins earlier, use the [c]:loadplugins[c] command within the
|
|||||||
vimperatorrc.
|
vimperatorrc.
|
||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|\'maxitems'|
|
|\'maxitems'|
|
||||||
||'maxitems'|| number (default: 20)
|
||'maxitems'|| number (default: 20)
|
||||||
____
|
____
|
||||||
|
|||||||
@@ -329,6 +329,7 @@ section:Options[option-index]
|
|||||||
||'laststatus'|| Show the status line +
|
||'laststatus'|| Show the status line +
|
||||||
||'linksearch'|| Limit the search to hyperlink text +
|
||'linksearch'|| Limit the search to hyperlink text +
|
||||||
||'loadplugins'|| Load plugin scripts when starting up +
|
||'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 +
|
||'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 +
|
||'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 +
|
||'newtab'|| Define which commands should output in a new tab by default +
|
||||||
|
|||||||
@@ -477,6 +477,14 @@ xulmusrc.
|
|||||||
____
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|\'maxitems'|
|
||||||
|
||'maxitems'|| number (default: 20)
|
||||||
|
____
|
||||||
|
Maximum number of items to display at once in a listing.
|
||||||
|
____
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|\'msgs'| |\'messages'|
|
|\'msgs'| |\'messages'|
|
||||||
||'messages' 'msgs'|| number (default: 100)
|
||'messages' 'msgs'|| number (default: 100)
|
||||||
____
|
____
|
||||||
|
|||||||
Reference in New Issue
Block a user