numToStr

Results 124 comments of numToStr

@ecosse3 @ShiChenCong Nice catch! I'll try to fix those issue.

@ShiChenCong Is that a self closing element in the image? Can you reply with the element that you are facing issue with, if that's ok.

@ahhshm I was able to reproduce the same. My observation is that any element that has attributes on the same line alongside the opening element is using wrong comment string....

@ShiChenCong No problem. Now it should work with self closing element.

@ahhshm @ecosse3 I pushed a fix that should resolve the issue that you were facing before.

@ahhshm hmmm...this also seems to be broken in context-commentstring. I'll try to fix this.

Sure. This will be a nice addition. PR also welcome :)

Yes, these 2 places should work.

Prototype ```lua local U = require('Comment.utils') local Op = require('Comment.opfunc') local Config = require('Comment.config') local t = { linewise = U.ctype.line, blockwise = U.ctype.block, } local function actions(this, ctype) return...

I am open to ideas, but I am still not sure whether we should add text-objects of any kind inside the plugin. My concern stems from couple of reasons 1....