Skip to content

Commit c31c32c

Browse files
committed
add debug to filetypes.sh script
1 parent 6577ab8 commit c31c32c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/filetypes.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ fi
1010
exit_value=0
1111
in_section=false
1212

13+
echo "VIMRUNTIME=${VIMRUNTIME}"
14+
ls "${VIMRUNTIME}/syntax"
15+
1316
while IFS= read -r line; do
1417
if [[ $line =~ ^local\ icons_by_file_extension\ =\ \{$ ]]; then
1518
in_section=true

0 commit comments

Comments
 (0)