diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index ba1a19353..32cb4610b 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1410,12 +1410,15 @@ g++, javac, java, gcj, lpr, doxygen, whois) - exec_subshell should be either merged with eval or moved to parser.c - Don't use expand_string to perform completions. wildcard_complete can be called directly, the brace expansion handling should be universal, and the process expansion can be moved to complete.c. - Make the history search support incremental searching +- An automatic logout feature \subsection bugs Known bugs and issues - Suspending and then resuming pipelines containing a builtin or a shellscript function is broken. Ideally, the exec function in exec.c should be able to resume execution of a partially executed job. - delete-word is broken on the commandline 'sudo update-alternatives --config x-' - Sometimes autoheader needs to be run on a fresh tarball. Fix dates before creating tarballs. +- Case insensitive completions don't escape spaces. +- Sometimes case insensitive completions are displayed in the pager even when sensitive completions exist. If you think you have found a bug not described here, please send a report to fish-users@lists.sf.net.