From 8386a815d3cdac0bf3602f852af56ec4b2ad646a Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 4 Feb 2018 14:17:27 -0800 Subject: [PATCH] Add updated pager reserved line behavior to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed177a1e..cd5919c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ This section is for changes merged to the `major` branch that are not also merge - Typing normal characters while the completion pager is active no longer shows the search field. Instead it enters them into the command line, and ends paging (#2249). - A new input binding `pager-toggle-search` toggles the search field in the completions pager on and off. By default this is bound to control-s. - Slicing $history (in particular, `$history[1]` for the last executed command) is much faster. +- The pager will now show the full command instead of just its last line if the number of completions is large (#4702). ## Other significant changes - Command substitution output is now limited to 10 MB by default (#3822).