Feature: Add command VimwikiColorize (Issue #990)

Only colorize the current line to start
This commit is contained in:
mtourneb
2020-09-03 23:43:56 -04:00
parent dbbadc8035
commit a7f34cd8cf
6 changed files with 128 additions and 3 deletions
-2
View File
@@ -201,7 +201,6 @@ getVers() {
}
vader_filter() {
echo 'Tin vader filter called'
# Filter Vader Stdout
local err=0
# Keep indentation
@@ -223,7 +222,6 @@ vader_filter() {
if [ "$success" -lt "$total" ]; then
err=1
fi
echo "Tin got success $success and total $total"
echo "$REPLY"
elif [[ "$verbose" != 0 ]]; then
# just print everything