qstrahl / vim-dentures

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

Somewhat unexpected behaviour when blank lines separate lines of different indentation levels #2

Closed tommcdo closed 8 years ago

tommcdo commented 10 years ago

This recording illustrates the behaviour:

https://asciinema.org/a/9203

We discussed a solution where a block with a deeper indentation would effectively unify the preceding and following blocks of the original indentation level, even when a blank line separates them.

qstrahl commented 8 years ago

@tommcdo I believe my latest commits fixed this; would appreciate it if you could confirm... you ninny.

tommcdo commented 8 years ago

Seems to be fixed. Thanks!