This commit is contained in:
Jean-Marc Lasgouttes 2018-11-12 11:41:54 +01:00
parent eaf7413020
commit 1ff0816a02

View File

@ -493,7 +493,7 @@ void BufferView::processUpdateFlags(Update::flags flags)
return; return;
/* FIXME We would like to avoid doing this here, since it is very /* FIXME We would like to avoid doing this here, since it is very
* expensive and is called in updateBuffer already. Howaver, even * expensive and is called in updateBuffer already. However, even
* inserting a plain character can invalidate the overly fragile * inserting a plain character can invalidate the overly fragile
* tables of child documents built by updateMacros. Some work is * tables of child documents built by updateMacros. Some work is
* needed to avoid doing that when not necessary. * needed to avoid doing that when not necessary.