JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Repeat command does not work correctly with identation after paste #19

Closed romaia closed 11 years ago

romaia commented 11 years ago

Steps to reproduce:

1) Copy a line (with shift + y) 2) Paste the line (with p) 3) Change the identation of any line (with >>) 4) Try to repeat (with . dot)

Expected: The line would be idented to the left one more time Result: The line copyed gets pasted again.

I didn't try to much with commands other than identing, but looks like it hapens with other as well - like 'dw', and 'x')

mriehl commented 11 years ago

Not sure if serious,

This sounds more like a VIM mode issue??

romaia commented 11 years ago

You gotta forgive my lack of attention. I was going to report this bugs there, but somehow got the wrong project