Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix string concatenation for ic textobject mapping
Currently the mapping for the `ic` (inline comment) mapping has no space in between the `omap` and `g:tcomment_textobject_inlinecomment` parts meaning that the whole expression would look like: `exec 'omapic <Plug>TComment_ic'` rather than `exec 'omap ic <Plug>TComment_ic'`.
- Loading branch information