Skip to content

Commit 8e87f36

Browse files
committed
add debug to filetypes.sh script
1 parent c31c32c commit 8e87f36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/filetypes.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ fi
1010
exit_value=0
1111
in_section=false
1212

13-
echo "VIMRUNTIME=${VIMRUNTIME}"
13+
printf "VIMRUNTIME=%s\n" "${VIMRUNTIME}"
14+
15+
printf "\n%s/syntax contents:\n" "${VIMRUNTIME}"
1416
ls "${VIMRUNTIME}/syntax"
1517

18+
printf "\n~ contents:\n"
19+
ls ~
20+
printf "\n"
21+
1622
while IFS= read -r line; do
1723
if [[ $line =~ ^local\ icons_by_file_extension\ =\ \{$ ]]; then
1824
in_section=true

0 commit comments

Comments
 (0)