mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-5270 Move statement: unexpected move on trying to move one-line comment within indented block
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
for item in lst:
|
||||
#comment <caret>
|
||||
c = 1
|
||||
a = 1
|
||||
b = 1
|
||||
@@ -0,0 +1,5 @@
|
||||
for item in lst:
|
||||
c = 1
|
||||
#comment <caret>
|
||||
a = 1
|
||||
b = 1
|
||||
@@ -0,0 +1,5 @@
|
||||
#comment <caret>
|
||||
for item in lst:
|
||||
c = 1
|
||||
a = 1
|
||||
b = 1
|
||||
Reference in New Issue
Block a user