Created
July 1, 2015 02:17
-
-
Save osyo-manga/5ac5d7db34fa9e44f9ac to your computer and use it in GitHub Desktop.
aaaa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let g:textobj_multitextobj_textobjects_group_i["test"] = [ | |
| \ "i'", | |
| \ 'i"', | |
| \] | |
| omap <expr> im textobj#multitextobj#mapexpr_i("test") | |
| vmap <expr> im textobj#multitextobj#mapexpr_i("test") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment