bin/tab_completion.sh in markdown_exec-2.6.0 vs bin/tab_completion.sh in markdown_exec-2.7.0

- old
+ new

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