BufferView::dispatch(): add a missing break

This commit is contained in:
Vincent van Ravesteijn 2012-04-15 20:28:09 +02:00
parent 8995a8387a
commit 3a395ca0f5

View File

@ -1956,6 +1956,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
cur.setCurrentFont();
dr.forceBufferUpdate();
}
break;
}
case LFUN_FILE_INSERT_PLAINTEXT_PARA: