michaeljsmith / vim-indent-object

Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
http://www.vim.org/scripts/script.php?script_id=3037
MIT License
747 stars 59 forks source link

Add ignore blank line option #26

Open paraduxos opened 3 years ago

paraduxos commented 3 years ago

blank line behavior can be disabled by executing the following line

      :let g:indent_object_ignore_blank_line = 0

(default is 1)

primalmotion commented 2 years ago

thanks for this. using this patch changed my life :)