eclipse-bash-editor icon indicating copy to clipboard operation
eclipse-bash-editor copied to clipboard

handle local variables in for next loops in "mark occurrences"

Open de-jcup opened this issue 3 years ago • 0 comments

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.

de-jcup avatar Jul 17 '21 14:07 de-jcup