mickeynp / combobulate

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

combobulate-proffer-indentation's interactive spec is broken #96

Open DamienCassou opened 8 months ago

DamienCassou commented 8 months ago

The command combobulate-proffer-indentation takes a mandatory node as argument but starts with the (interactive) spec: as a result, calling the command interactively triggers a wrong-number-of-arguments error.