Mercurial > vim-lawrencium
comparison doc/lawrencium.txt @ 145:78176bdfe0be
Add `lawrencium_status_win_maxheight` setting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 03 Nov 2018 19:01:22 -0700 |
parents | e2757acfd9b1 |
children |
comparison
equal
deleted
inserted
replaced
144:62af332fbf4a | 145:78176bdfe0be |
---|---|
571 splitting the current window in half. Otherwise, it | 571 splitting the current window in half. Otherwise, it |
572 will open a split window of roughly the size needed to | 572 will open a split window of roughly the size needed to |
573 show all modified files. | 573 show all modified files. |
574 Defaults to `0`. | 574 Defaults to `0`. |
575 | 575 |
576 *lawrencium_status_win_maxheight* | |
577 g:lawrencium_status_win_maxheight | |
578 The maxiumum height, in percentage of the Vim window | |
579 height, that the |Hgstatus| window is allowed to take. | |
580 It will take as much room as needed to show its | |
581 contents, up to this limit. | |
582 Defaults to `50`. | |
583 | |
576 *lawrencium_record_start_in_working_buffer* | 584 *lawrencium_record_start_in_working_buffer* |
577 g:lawrencium_record_start_in_working_buffer | 585 g:lawrencium_record_start_in_working_buffer |
578 If set to 1, |Hgrecord| will leave focus in the | 586 If set to 1, |Hgrecord| will leave focus in the |
579 working directory buffer, instead of the recording | 587 working directory buffer, instead of the recording |
580 buffer. | 588 buffer. |