bin/tab_completion.sh in markdown_exec-2.7.0 vs bin/tab_completion.sh in markdown_exec-2.7.1
- old
+ new
@@ -11,10 +11,10 @@
{
COMPREPLY='.'
}
_mde_echo_version() {
- echo "2.7.0"
+ echo "2.7.1"
}
_mde() {
local cur prev opts
cur="${COMP_WORDS[COMP_CWORD]}"