lucax88x / CodeAceJumper

Ace Jump extension for Visual Studio Code
MIT License
76 stars 14 forks source link

Fix wrong multichar order at line end, closes #228 #229

Closed pe224 closed 4 years ago

pe224 commented 4 years ago

When creating a 2-char placeholder, instead of always inserting the new char at the beginning, the new char needed to be inserted at index offset.