jeetsukumaran / vim-indentwise

A Vim plugin for indent-level based motion.
220 stars 17 forks source link

Have option to let IndentWiseNextEqualIndent stop at block scope #11

Open dlee opened 9 years ago

dlee commented 9 years ago

It would nice if IndentWiseNextEqualIndent supported the option to stop at block scope.

For example:

Unindented
  Indented Once    <= Start here
  Indented Once

  Indented Once    <= Land here
    Indented Twice
    Indented Twice
  Indented Once    <= End here
Unindented

Unindented
  Indented Once    <= Never here
Unindented