eclipse-bash-editor
eclipse-bash-editor copied to clipboard
handle local variables in for next loops in "mark occurrences"
for cipher in ${ciphers[@]}
The variable should not appear inside outline because it's only local inside the loop, but for mark occurrences it is important.