targets.vim icon indicating copy to clipboard operation
targets.vim copied to clipboard

Mess up with di"

Open 7ijme opened this issue 1 year ago • 0 comments

When i use di" in this scenario this happens. image image

let func = () => ({ a: 1, b: 2 });
console.log(func(), "hello", "world"); // { a: 1, b: 2 }

function test() {


	console.log("test");
}

7ijme avatar Jan 15 '24 21:01 7ijme