qstrahl / vim-dentures

Indentation text-objects - give your old Vim some new bytes!
22 stars 1 forks source link

Python Mode? #10

Open qstrahl opened 8 years ago

qstrahl commented 8 years ago

The current behaviour works pretty well for c-style code, wherein indented blocks of code tend to be bookended by delimiters one indent level lower, but for whitespace-sensitive languages like python, coffeescript, etc, this plugin becomes less useful.

I think, with some reasonable effort, dentures could be made to behave sensibly for file types associated with this kind of code. What I would like to know is how you -- yes, you -- think this should work. I am deliberating between two ideas:

I see compelling arguments for either case, so I beseech you, the user, to tell me what you think is best.