arc-export
arc-export copied to clipboard
Fix finding the target global container
The code submitted in PR #5 will always give an index of 1 which is wrong and gave no bookmarks when I ran the script. What we actually want is the index after the container containing global
. This PR fixes that bug but still does it in a pretty one-liner.