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