Steps to reproduce dense-analysis/ale#338:
- configure your vim to load ALE (https://github.com/w0rp/ale)
- git clone this repo:
git clone https://gist.github.com/mgedmin/2f429ae09fbf65cb66ecdb84ec2cb853 bug && cd bug
vim bar.py
- /foo
- ctrl-]
Steps to reproduce dense-analysis/ale#338:
git clone https://gist.github.com/mgedmin/2f429ae09fbf65cb66ecdb84ec2cb853 bug && cd bug
vim bar.py
def bar(): | |
foo() # hit ctrl-] on foo |
# go to bar.py to trigger the bug | |
def foo(a, b, c, d): | |
pass |