bin/tab_completion.sh in markdown_exec-1.8 vs bin/tab_completion.sh in markdown_exec-1.8.1

- old
+ new

@@ -11,11 +11,11 @@ { COMPREPLY='.' } _mde_echo_version() { - echo "1.8" + echo "1.8.1" } _mde() { local cur prev opts cur="${COMP_WORDS[COMP_CWORD]}" @@ -152,6 +152,6 @@ __filedirs } complete -o filenames -o nospace -F _mde mde # _mde_echo_version -# echo "Updated: 2023-12-11 19:58:50 UTC" +# echo "Updated: 2023-12-12 00:15:14 UTC"