Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Synopsis:
bind <key> shove_to_history
Description:
This function causes the current input buffer to be placed in the
history buffer. The command itself is not actually executed. This
is useful for remembering a partially complete command, such that
it can be completed at a later time.
See Also:
bind(4) backward_history, forward_history; history(4)