Hi, The following code doesn't get syntax highlighted correctly (the for loop). I'm not sure who I should report the bug to. Does anybody know?
#!/usr/bin/env bash
files=(`find . -type d -print`)
for "${files[@]}"
do
done
Regards,
Peng
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
