1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 01:35:47 +01:00

add 'maxitems' option (Jarkko Oranen)

This commit is contained in:
Daniel Bainton
2009-03-30 01:39:10 +03:00
parent 13654d28a7
commit 187a53c4ca
4 changed files with 23 additions and 10 deletions

View File

@@ -39,3 +39,4 @@ Patches (in no special order):
* Ryan Zheng (ctrl-x/a support)
* Dan Boger (:set online support)
* Štěpán Němec (help copy-editing and favicon support)
* Jarkko Oranen ('maxitems' option)

View File

@@ -5,6 +5,7 @@
* add ' and " local marks
* add "w" and "W" Normal mode mappings for symmetry with o/O and t/T
* add :messclear
* add 'maxitems' configuration variable
2009-03-28:
* version 2.0

View File

@@ -480,6 +480,12 @@ load plugins earlier, use the [c]:loadplugins[c] command within the
vimperatorrc.
____
|\'maxitems'|
||'maxitems'|| number (default: 20)
____
Maximum number of items to display at once in a listing.
____
|\'msgs'| |\'messages'|
||'messages' 'msgs'|| number (default: 100)