mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20120914 snapshot
This commit is contained in:
@@ -255,8 +255,13 @@ int force_fignore = 1;
|
||||
int dircomplete_spelling = 0;
|
||||
|
||||
/* Expand directory names during word/filename completion. */
|
||||
#if DIRCOMPLETE_EXPAND_DEFAULT
|
||||
int dircomplete_expand = 1;
|
||||
int dircomplete_expand_relpath = 1;
|
||||
#else
|
||||
int dircomplete_expand = 0;
|
||||
int dircomplete_expand_relpath = 0;
|
||||
#endif
|
||||
|
||||
/* When non-zero, perform `normal' shell quoting on completed filenames
|
||||
even when the completed name contains a directory name with a shell
|
||||
|
||||
Reference in New Issue
Block a user