mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 12:00:23 +01:00
* 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