Taylor M. Hedberg

Results 36 comments of Taylor M. Hedberg

I don't think it would be difficult. It might be a nightmare of configuration options. :) Usually, the minimum number lines within a fold is determined by Vim's built-in `foldminlines`...

I'm not able to reproduce this by following your directions. The additional line is correctly included in the fold for me. Does it still happen if you disable all other...

Please paste the output of `:set foldmethod? foldexpr? foldlevel? foldminlines? foldnestmax?`. What is the state of the existing folds in the file at the time that you add the additional...

My opinion is that this feature is probably out of scope for what this plugin should do. I do understand the utility of what you're asking for, but I don't...

I agree. Unless we start seeing a significant number of requests for this, I don't think it's worth the added complexity.

Thanks for the suggestion, but I'm generally opposed to this sort of change, as it feels to me like feature creep and serves a use case which, while perfectly valid,...

Without having an Ubuntu machine on hand, it's difficult to know what to suggest. `foldexpr` is set in the ftplugin scripts, which depend on Vim detecting your file type as...

Your Vim doesn't seem to be loading the ftplugin script (`ftplugin/python/SimpylFold.vim`), which is what sets `foldexpr` to the correct value for SimpylFold. You may have turned ftplugins off, or maybe...

Vim has built-in marker-based folding (`:set foldmethod=marker`), but I'm assuming you know about that and want to combine marker folds with SimpylFold's syntax-based folds. Unfortunately, there's no simple way to...

This is because the type of your quotation is being defaulted to `String`, so the contained `Text` must be converted to `String` in order to be inserted into the surrounding,...