4.0.8 bug fix in create file
This commit is contained in:
parent
239985696f
commit
a06e66f63b
|
@ -870,7 +870,7 @@ DOC_SEE(Buffer_Create_Flag)
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
loading = system->file_load_begin(filename_string.str);
|
loading = system->file_load_begin(filename_string.str);
|
||||||
if (!loading.exists){
|
if (loading.exists){
|
||||||
do_new_file = true;
|
do_new_file = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,8 +24,8 @@ popd
|
||||||
pushd ..\build
|
pushd ..\build
|
||||||
REM call "..\code\buildsuper.bat" ..\code\4coder_default_bindings.cpp
|
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_experiments.cpp
|
||||||
REM call "..\code\buildsuper.bat" ..\code\power\4coder_casey.cpp
|
call "..\code\buildsuper.bat" ..\code\power\4coder_casey.cpp
|
||||||
call "..\code\buildsuper.bat" ..\4vim\4coder_chronal.cpp
|
REM call "..\code\buildsuper.bat" ..\4vim\4coder_chronal.cpp
|
||||||
if %ERRORLEVEL% neq 0 (set FirstError=1)
|
if %ERRORLEVEL% neq 0 (set FirstError=1)
|
||||||
|
|
||||||
set EXPORTS=/EXPORT:app_get_functions
|
set EXPORTS=/EXPORT:app_get_functions
|
||||||
|
|
Loading…
Reference in New Issue