From 3fb6e627a570b6cb4cfb911fc4efa5db2d20d013 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 22 Jun 2017 22:07:16 -0400 Subject: [PATCH] fixed typo in feature list --- 4ed.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/4ed.cpp b/4ed.cpp index 9cceb0af..2da9bc6e 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -1505,8 +1505,7 @@ App_Step_Sig(app_step){ persistent = &view->persistent; persistent->coroutine = - system->create_coroutine(view_caller); wrap_indent_marks,10 identifier "wrap_indent_marks" is undefined - + system->create_coroutine(view_caller); persistent->coroutine = app_launch_coroutine(system, &models->app_links, Co_View, @@ -2014,7 +2013,7 @@ App_Step_Sig(app_step){ " Rust, C#, Java\n" " Arbitrary keyword customization available in custom code (super users)\n" "\n" - "New in alpha 4.0.18:\n" + "New in alpha 4.0.19:\n" "-Lexer now handles string literal prefixes and is more optimized\n" "-Fixes for lingering unicode bugs\n" "-Power users have an experimental new jump to error that positions through edits (coming to all tiers soon)\n"