diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2019-12-09 14:29:24 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2019-12-09 16:31:43 +0800 |
commit | 6eaec3d10d472ca08e8f7188d22860781517950c (patch) | |
tree | 50b5608e73c756b8a2b7763cea6a64626b22012c /core | |
parent | d7b2940eb6293dfc136c379c55c852cf6898c74d (diff) |
Fixes Delete Line doesn't delete first line in script
Also, match multi-line delete behavior in script with single line:
If there are four lines: A, B, C, D.
Before the change:
Delete C: Cursor lands on D
Delete B and C: Cursor lands on A
After the change:
Delete C: Cursor lands on D
Delete B and C: Cursor lands on D
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions