GNOME Bugzilla – Bug 326698
new_hl_engine: deleting text screws up highlighting
Last modified: 2006-01-25 11:34:37 UTC
Using test.c from the "folding+newhl" branch in combination with test-widget. If you delete lines 6-23 in one big delete (first select all the lines, then press DEL), the code in main() will no longer be highlighted properly. (i've already talked with Barisione about it on irc; filing here so it isn't forgotten).
In update_syntax refresh_range was called on a wrong (too small) portion of the buffer.