diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-05-19 01:23:47 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-05-19 01:25:23 -0500 |
commit | b03f074fd51adfb9bc4f5275294712ee62741aed (patch) | |
tree | 7fb04ed2a1865bf68b4dac9608c5e69ac2135ef2 /docs/users_guide/7.12.1-notes.xml | |
parent | 578d2bad19b3e03fac4da1e5be4b22b73cef0a44 (diff) | |
download | haskell-b03f074fd51adfb9bc4f5275294712ee62741aed.tar.gz |
ghci: Allow :back and :forward to take counts
These behave like the count arguments of the gdb `up` and `down`
commands, allowing the user to quickly jump around in history.
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D853
Diffstat (limited to 'docs/users_guide/7.12.1-notes.xml')
-rw-r--r-- | docs/users_guide/7.12.1-notes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/7.12.1-notes.xml b/docs/users_guide/7.12.1-notes.xml index 9a87588858..d0eefabbdb 100644 --- a/docs/users_guide/7.12.1-notes.xml +++ b/docs/users_guide/7.12.1-notes.xml @@ -96,6 +96,11 @@ <literal>Main</literal> with an explicit module header but without <literal>main</literal> is now an error (#7765). </para> + <para> + The <literal>:back</literal> and <literal>:forward</literal> + commands now take an optional count allowing the user to move forward or + backward in history several steps at a time. + </para> </listitem> </itemizedlist> </sect3> |