Tom Link

Results 101 comments of Tom Link

You have to escape the percent signs: ""

Could you please post the output of `:echo tcomment#debug#CollectInfo()` with the cursor placed on the locations in question. Please see also `:help tcomment-debug`. Regards

> I would like all comments in the file to be Twig comments. Is there any > way to do this? Untested (please let me know if this doesn't work...

You might also have to execute let g:tcomment#filetype#map['html.twig'] = 'twig' after the plugin was executed once. (I'll make it easier to customize that.)

Could you please send me more information about the syntax styles at the respective cursor positions? Please see `:h tcomment-debug`.

> Typing |3gcc|, I would expect the result to be: > > |# foo() # bar() # baz() foobar() | > > However, instead of this, the following happens: >...

What support is necessary? Counts already have a meaning for most tcomment maps. Or do you want the above map to be integrated?

IMHO this is an area where emacs does better. In many languages double or triple comments have a special meaning. So it should be possible to create such comments easily....

> If i would now repeat|gciw| on foo, i would expect to revert to the original You are expecting too much of tcomment. :-) Anyway, the is the ic text...