You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to recreate this with a smaller amount of code, but the applying the following command on the following code reliably crashes Sublime for me:
Cursor at column 1 at line 3: ci{escatab
int main(void)
{
struct catalog_item2
{
int stock_number;
double price;
int item_type;
union
{
struct
{
char title[50 + 1];
char author[50 + 1];
int num_pages;
}
book;
struct
{
char design[50 + 1];
}
mug;
struct
{
int colors;
int sizes;
}
shirt;
}
item;
};
}
There is also some general problems with tab where the cursor is jumping to a whole new place in the code instead of making a tab. This might very well be the cause of a different plugin though.
The text was updated successfully, but these errors were encountered:
@Mattiaslndstrm I can't repro this bug following your instructions. It may be worth disabling all other packages to see if ther may be a bad interaction with one of them.
I can't seem to recreate this with a smaller amount of code, but the applying the following command on the following code reliably crashes Sublime for me:
Cursor at column 1 at line 3:
ci{
esc
a
tab
There is also some general problems with tab where the cursor is jumping to a whole new place in the code instead of making a tab. This might very well be the cause of a different plugin though.
The text was updated successfully, but these errors were encountered: