wellle / targets.vim

Vim plugin that provides additional text objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mess up with di"

7ijme opened this issue · 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");
}