vim-textobj-python
vim-textobj-python copied to clipboard
I wan to call function_select and class_select in one mapping.
I want to call textobj#python#function_select_[ai] and textobj#python#class_select_[ai] in one mapping.
First. call function_select_[ai]
If function_select_[ai] fail, call class_select_[ai]