mirror of
https://github.com/gryf/tagbar.git
synced 2026-04-26 00:11:26 +02:00
10a4a9bc38
* Add linenr protection into getPrototype Closes #706 Add protection to not go beyond the last line in the file when calling the `s:getPrototype()` routine. This occurs when there is an `=` character in the tag prototype. For example in a python tag with a parameter line this: `some_function(arg1, optional_arg_2=False)` * Fix issue with python prototypes that can include `=` character in the argument list