* When an illegal multibyte sequence is entered in vi insert mode, no garbage

bytes are generated anymore when the insert mode is left.
This commit is contained in:
Gunnar Ritter
2005-01-12 17:26:23 +00:00
parent cd48bf2e60
commit b75f03c3ca
3 changed files with 6 additions and 4 deletions

View File

@@ -70,7 +70,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.113 (gritter) 1/12/05
* Sccsid @(#)ex_version.c 1.114 (gritter) 1/12/05
*/
#include "ex.h"