From 76bff4cc04980593f305a0c35cd4918146cb0877 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sun, 15 Apr 2012 20:28:09 +0200 Subject: [PATCH] BufferView::dispatch(): add a missing break (cherry picked from commit 3a395ca0f57ded024031c501ffe636ee38f1e248) --- src/BufferView.cpp | 1 + status.20x | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/BufferView.cpp b/src/BufferView.cpp index 950f391b0e..d8a67f2cdb 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -1926,6 +1926,7 @@ void BufferView::dispatch(FuncRequest const & cmd, DispatchResult & dr) cur.setCurrentFont(); dr.forceBufferUpdate(); } + break; } case LFUN_FILE_INSERT_PLAINTEXT_PARA: diff --git a/status.20x b/status.20x index 51d64120e1..fa19bc7b92 100644 --- a/status.20x +++ b/status.20x @@ -155,6 +155,8 @@ What's new - Improve thesaurus dialog completion (bug 8138) +- Fix erroneous error message when calling "buffer-language" manually. + * DOCUMENTATION AND LOCALIZATION -- 2.39.5