mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 09:29:51 +02:00
commit bash-20170630 snapshot
This commit is contained in:
@@ -804,6 +804,8 @@ fnprint (const char *to_print, int prefix_bytes, const char *real_pathname)
|
||||
print_len = strlen (to_print);
|
||||
end = to_print + print_len + 1;
|
||||
memset (&ps, 0, sizeof (mbstate_t));
|
||||
#else
|
||||
print_len = strlen (to_print);
|
||||
#endif
|
||||
|
||||
printed_len = common_prefix_len = 0;
|
||||
|
||||
@@ -1732,8 +1732,9 @@ A synonym for @code{yank-last-arg}.
|
||||
|
||||
@item operate-and-get-next (C-o)
|
||||
Accept the current line for execution and fetch the next line
|
||||
relative to the current line from the history for editing. Any
|
||||
argument is ignored.
|
||||
relative to the current line from the history for editing.
|
||||
A numeric argument, if supplied, specifies the history entry to use instead
|
||||
of the current line.
|
||||
|
||||
@item edit-and-execute-command (C-x C-e)
|
||||
Invoke an editor on the current command line, and execute the result as shell
|
||||
|
||||
@@ -4,7 +4,7 @@ Copyright (C) 1988-2017 Free Software Foundation, Inc.
|
||||
|
||||
@set EDITION 7.0
|
||||
@set VERSION 7.0
|
||||
@set UPDATED 21 April 2017
|
||||
@set UPDATED-MONTH April 2017
|
||||
@set UPDATED 4 July 2017
|
||||
@set UPDATED-MONTH July 2017
|
||||
|
||||
@set LASTCHANGE Fri Apr 21 15:25:17 EDT 2017
|
||||
@set LASTCHANGE Tue Jul 4 16:32:48 EDT 2017
|
||||
|
||||
Reference in New Issue
Block a user