samegek

Results 5 issues of samegek

ditto ver: 3.24.214 when i double click in cursor position, then everything be ok when i click on the three times,then mintty match the whole line,win10 get coped text is...

now dump only get Thread 2012811 (idle): "MainThread" foo (:1) expect Thread 2012811 (idle): "MainThread" foo (:1) foo = bar

windows deno 1.42.4 ```js /*global a*/ /*eslint no-undef: ["error", { "typeof": true }] */ if(typeof a === "string"){} ``` deno dont recognize a background: i develop a chrome extension with...

now we cant use ![image](https://user-images.githubusercontent.com/14978256/149288113-5cc5d9a2-15f6-4dde-8b9a-978d58c5e288.png)

it should ok, because gloabl decalre, but error `deno lint --rules-include=no-undef a.js` ```js /* global a */ let b = 1 let c = a + b ``` output error[no-undef]:...