mickeynp / combobulate

Structured Editing and Navigation in Emacs with Tree-Sitter
GNU General Public License v3.0
945 stars 54 forks source link

Indentation cycling not working in python #12

Closed realcomplex closed 1 year ago

realcomplex commented 1 year ago

Hi, and thanks for the amazing package.

I just noticed that indentation cycling isn't working as intended for me; a video says more than a thousand words: Screencast from 2023-02-01 18-20-38.webm

I'm using a recent build of emacs, and a fairly plain built-in eglot + python-ts-mode setup for developing python. However, if it's not clear where this issue is coming from, I'd be more than happy to reproduce it in a more bare-bones setting with emacs -Q.

mickeynp commented 1 year ago

Thanks for reporting this. I've already fixed this in my local build, and I'll do a release later today that fixes it. Thanks for reporting it!

mickeynp commented 1 year ago

Can you try the latest master branch?

realcomplex commented 1 year ago

Yes, now it's working perfectly! Thanks for the quick response and fix!