After updating to the latest build 4194, using the Cmd-] hot key to right indent a line causes the cursor to just disappear. Using the Tab key to do the same seems fine. Also, left indenting with Cmd-[ has no issues.
I see the following error in the Sublime console after using the Cmd-]
Traceback (most recent call last):
File "/Users/bijoythomas/Library/Application Support/Sublime Text/Installed Packages/SublimeLinter.sublime-package/highlight_view.py", line 188, in update_phantoms
File "./python3.8/contextlib.py", line 113, in __enter__
File "/Users/bijoythomas/Library/Application Support/Sublime Text/Installed Packages/SublimeLinter.sublime-package/highlight_view.py", line 194, in stable_viewport
File "/Users/bijoythomas/Library/Application Support/Sublime Text/Installed Packages/SublimeLinter.sublime-package/highlight_view.py", line 207, in cur_pos
File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python38/sublime.py", line 2291, in __getitem__
raise IndexError()
IndexError
Is this an issue with SublimeLinter or the text editor itself?
Regards,
Bijoy