ST2: v2.0.1, Build 2217
OSX 10.8.3, Build 12D78
registered user
Steps to reproduce:
- set: “ensure_newline_at_eof_on_save”: true
- open an existing file
- place cursor on the very last line
- type: test
Expected result: the word “test” on the last line
Actual result:
t
es
t
If I type the alphabet, I get:
abcd
efghijklmnopq
rs
tu
vw
xyz
It appears the letters e, r, t, v, and x trigger the bug.
Mitigating factors:
- The issue does NOT appear if you type on the penultimate line, or any other line except the last.
- The issue does NOT appear if you set: “ensure_newline_at_eof_on_save”: false
Alternate steps to reproduce:
- set: “ensure_newline_at_eof_on_save”: true
- create a new (unsaved) file
- type: test
Actual result: when you type “e”, a “save file” dialog box pops up. You must hit “cancel” 8 times before you’re returned to the file. The first 7 times you click “cancel”, the “save” dialog closes, then instantly re-opens.
Please let me know if you need any more information regarding this issue. Thanks.