Skip to content

Commit 1e5c8f1

Browse files
committed
add debug to filetypes.sh script
1 parent 770d7b2 commit 1e5c8f1

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
@@ -9,9 +9,15 @@ fi
99

1010
in_section=false
1111

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

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

0 commit comments

Comments
 (0)