## Devtoolsのログ報告 `app.js:formatted:46753` ![[Pasted image 20211215112813.png]] ↓ `app.js:formatted:46000` ![[Pasted image 20211215111229.png]] ↓ `app.js:formatted` ![[Pasted image 20211215113029.png]] ↓ ![[Pasted image 20211215113136.png]] https://discord.com/channels/686053708261228577/908079085257908234/920505254561320982 ``` > 3) Would really appreciate if you can find the steps to reproduce I couldn't find the steps to reproduce, but let me share logs in Devtools as your reference. 368 is the number of characters of a file I have opened before. ``` ## 再現手順の報告 https://discord.com/channels/686053708261228577/908079085257908234/920606249475768320 ``` 1. Open a file 2. Exec `G` vim command 3. Open a file whose lines less than the file opened `1.` in a same pane 4. Exec `G` vim command => reproduced! I think `this.offset` of `app.js` remembers the number of the last line we jumped from vim features (g, GG.. etc) in the current pane? ``` ![[2021-12-15_18h12_08.mp4]] --- **💽Change log** - #2021/12/15 作成