0
bug in block.py
line 43 : l = next_line(view, nl)
Should be: l = next_line(view, nr)
This bug causes the WrapBlock version of "{" key input to not work correctly.
Servicio de atención al cliente por UserEcho
line 43 : l = next_line(view, nl)
Should be: l = next_line(view, nr)
This bug causes the WrapBlock version of "{" key input to not work correctly.
Servicio de atención al cliente por UserEcho