Fix: Convert to spaces/tabs corrupted syntax

This commit is contained in:
Ian Thompson 2008-06-09 12:45:49 +00:00
parent 39a6807348
commit 7fd8c2424f

@ -2312,4 +2312,7 @@ void convert_tabs (struct SpaceText *st, int tab)
tmp = tmp->next;
}
}
if (st->showsyntax)
get_format_string(st);
}