bin/tab_completion.sh in markdown_exec-1.8.8 vs bin/tab_completion.sh in markdown_exec-1.8.9

- old
+ new

@@ -11,11 +11,11 @@ { COMPREPLY='.' } _mde_echo_version() { - echo "1.8.8" + echo "1.8.9" } _mde() { local cur prev opts cur="${COMP_WORDS[COMP_CWORD]}" @@ -176,6 +176,6 @@ __filedirs } complete -o filenames -o nospace -F _mde mde # _mde_echo_version -# echo "Updated: 2024-01-18 17:32:47 UTC" +# echo "Updated: 2024-01-20 19:29:56 UTC"