TextObjectify icon indicating copy to clipboard operation
TextObjectify copied to clipboard

TextObjectify vs. vim-textobj-user?

Open rgrinberg opened this issue 10 years ago • 1 comments

Currently I'm using https://github.com/kana/vim-textobj-user but would like to know if TextObjectify provides any functionality I'd miss.

rgrinberg avatar Dec 30 '14 03:12 rgrinberg

The two plugins are intended to do different things. vim-textobj-user is intended as a framework to let you make your own text objects. TextObjectify is intended to (1) extend existing ones in contexts that they don't currently do anything and (2) make new ones on-the-fly without requiring you to make them ahead of time.

If your goal is to define new text objects, vim-textobj-user is preferable to this plugin.

paradigm avatar Feb 03 '15 22:02 paradigm