What does the red arrow mean in Sublime Text editor between line 13 and 14?
Just hit Ctrl + G , and it does the same steps for you!
That yellow line means that line 46 has had some modifications made to it, either since the last git commit or just since opening the file.
Use Ctrl + ' to open the console. When Ctrl + ` is pressed, Sublime Text does not receive anything.
This appears to be a new feature in Sublime 3.2 called diff marker. The red arrow is one of three diff markers indicating that the line before this was deleted
, the two others having to do with adding new lines or modifying existing ones.
From a simple experiment it seems the reference is the state of the file when you opened it in Sublime, but there is also a way to integrate it with Git version control.
Official source: https://www.sublimetext.com/docs/3/incremental_diff.html#diff_markers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With