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
735 stars 61 forks source link

Change "idntobj" anchor name with "indtobj" on doc #14

Closed juanghurtado closed 7 years ago

juanghurtado commented 7 years ago

It's just a silly change, but it was bugging me: doc anchors where using "idntobj" instead of "indtobj" (which makes more sense as an "indentation object" abbr.)

Cheers! And thanks for the amazing plugin!