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