-
Allow displaying buffers in separate windows with different window layouts. See
helm-window-show-buffers-function
andhelm-window-prefer-horizontal-split
. -
Helm is now advising
push-mark
ifhelm-advice-push-mark
is non-nil (use customize and notsetq
).
The advice is enabled by default, it avoid duplicates inmark-ring
and updateglobal-mark-ring
with recentest mark. Doing so fixes a bug when using helm with evil see issue #1891. -
New commands to list eshell-prompts namely
helm-eshell-prompts
andhelm-eshell-prompts-all
. -
Diverse bug fixes.