Skip to content

Commit 770d7b2

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

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

1010
in_section=false
1111

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

0 commit comments

Comments
 (0)