Add support for checking Vim code with Vint.

This commit is contained in:
w0rp
2016-10-03 17:40:02 +01:00
parent 2479111884
commit 552cc7dbc4
3 changed files with 48 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ temp_file="$temp_file$file_extension"
trap "rm $temp_file" EXIT
while read; do
while read -r; do
echo "$REPLY" >> "$temp_file"
done