Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2
uname output: Linux debian 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.1.94-1 (2024-06-21) x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.3
Patch Level: 0
Release Status: release
Description:
suppose we are currently in a certain dir that contains a directory called
"vim". Assuming that vim editor is installed and there other commands that
can
be executed that start with the letter 'v', then typing 'v' and
pressing tab for bash completion displays a forward slash at the end of the
suggestion as follows "vim/"
Repeat-By:
Assuming the assumptions mentioned in the Description are satisfied,
then to reproduce
1. mkdir vim
2. type 'v'
3. press tab till completion suggestions appear