Skip to content

E132 on large text selections: too much recursion #4

Closed
@idbrii

Description

@idbrii

s:find_boundary_row is recursive and can cause E132: Function call depth is higher than 'maxfuncdepth' on selections using more than &maxfuncdepth lines. (maxfuncdepth defaults to 100) Looks like function could be done iteratively instead.

Also, not really relevant to this issue, but have you seen textobj-user? Might be useful to take care of some boilerplate stuff?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions