mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 03:30:48 +02:00
commit bash-20040108 snapshot
This commit is contained in:
@@ -1728,6 +1728,13 @@ It is set to 0 before any application-specific completion function
|
||||
is called, and may only be changed within such a function.
|
||||
@end deftypevar
|
||||
|
||||
@deftypevar int rl_completion_found_quote
|
||||
When Readline is completing quoted text, it sets this variable
|
||||
to a non-zero value if the word being completed contains or is delimited
|
||||
by any quoting characters, including backslashes.
|
||||
This is set before any application-specific completion function is called.
|
||||
@end deftypevar
|
||||
|
||||
@deftypevar int rl_completion_mark_symlink_dirs
|
||||
If non-zero, a slash will be appended to completed filenames that are
|
||||
symbolic links to directory names, subject to the value of the
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
@ignore
|
||||
Copyright (C) 1988-2003 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2004 Free Software Foundation, Inc.
|
||||
@end ignore
|
||||
|
||||
@set EDITION 5.0
|
||||
@set VERSION 5.0
|
||||
@set UPDATED 11 October 2003
|
||||
@set UPDATED-MONTH October 2003
|
||||
@set UPDATED 8 January 2004
|
||||
@set UPDATED-MONTH January 2003
|
||||
|
||||
@set LASTCHANGE Sat Oct 11 23:48:11 EDT 2003
|
||||
@set LASTCHANGE Thu Jan 8 10:34:23 EST 2004
|
||||
|
||||
Reference in New Issue
Block a user