4.0.8 bug fix in create file
parent
239985696f
commit
a06e66f63b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue