bin/tab_completion.sh in markdown_exec-1.1.0 vs bin/tab_completion.sh in markdown_exec-1.1.1
- old
+ new
@@ -11,11 +11,11 @@
{
COMPREPLY='.'
}
_mde_echo_version() {
- echo "1.1.0"
+ echo "1.1.1"
}
_mde() {
local cur prev opts
cur="${COMP_WORDS[COMP_CWORD]}"
@@ -138,6 +138,6 @@
__filedirs
}
complete -o filenames -o nospace -F _mde mde
# _mde_echo_version
-# echo "Updated: 2022-05-21 16:42:10 UTC"
+# echo "Updated: 2022-05-26 01:40:10 UTC"