From a06e66f63ba1a690a1736f9247133f742509dd8f Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 24 Jun 2016 15:44:08 -0400 Subject: [PATCH] 4.0.8 bug fix in create file --- 4ed_api_implementation.cpp | 2 +- build_all.bat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4ed_api_implementation.cpp b/4ed_api_implementation.cpp index 6bc36bc0..d1d42692 100644 --- a/4ed_api_implementation.cpp +++ b/4ed_api_implementation.cpp @@ -870,7 +870,7 @@ DOC_SEE(Buffer_Create_Flag) } else{ loading = system->file_load_begin(filename_string.str); - if (!loading.exists){ + if (loading.exists){ do_new_file = true; } } diff --git a/build_all.bat b/build_all.bat index c18477e6..a985ff47 100644 --- a/build_all.bat +++ b/build_all.bat @@ -24,8 +24,8 @@ popd pushd ..\build REM call "..\code\buildsuper.bat" ..\code\4coder_default_bindings.cpp REM call "..\code\buildsuper.bat" ..\code\power\4coder_experiments.cpp -REM call "..\code\buildsuper.bat" ..\code\power\4coder_casey.cpp -call "..\code\buildsuper.bat" ..\4vim\4coder_chronal.cpp +call "..\code\buildsuper.bat" ..\code\power\4coder_casey.cpp +REM call "..\code\buildsuper.bat" ..\4vim\4coder_chronal.cpp if %ERRORLEVEL% neq 0 (set FirstError=1) set EXPORTS=/EXPORT:app_get_functions