bin/tab_completion.sh in markdown_exec-2.7.1 vs bin/tab_completion.sh in markdown_exec-2.7.2

- old
+ new

@@ -11,10 +11,10 @@ { COMPREPLY='.' } _mde_echo_version() { - echo "2.7.1" + echo "2.7.2" } _mde() { local cur prev opts cur="${COMP_WORDS[COMP_CWORD]}"