vim-textobj-python
vim-textobj-python copied to clipboard
Support multiline typings
Sorry there are many changes. I would appreciate it if you could merge it.
- Support multiline typings.
- FIx one-liner. Select by
v
mode. - Skip comments that the indent level shallower.
- Do not use
:normal
, It's broken when folding. (ex. infinite loop etc...) - Do not use
:throw
.
Thanks for the PR! I will take a look shortly.