+The canonical [scope](#scope-type) for a given [scope type](#scope-type) that defines the iteration range when `"every <scope>"` or eg `"first <scope>"` are issued without an explicit input range. For example, the iteration scope for `"arg"` is an argument list. Thus, when you say `"take every arg"`, you'll get every argument in the argument list containing your cursor, and `"take every arg air"` will select every argument in the argument list containing the `"air"` token. Note that the iteration scope can be ignored by giving an explicit range, eg `"take every arg air file"`, `"take every arg air past bat"`, etc.
0 commit comments