diff --git a/lazproj/test/src/customFoldBug.d b/lazproj/test/src/customFoldBug.d new file mode 100644 index 00000000..b2912942 --- /dev/null +++ b/lazproj/test/src/customFoldBug.d @@ -0,0 +1,20 @@ +module runnable; + +import std.stdio; + +void main(string args[]) +{ + + if(true){ + + + // region start ----+ + + + } + + + // region end ---- + + +} diff --git a/src/ce_libman.pas b/src/ce_libman.pas index a301c387..2297410c 100644 --- a/src/ce_libman.pas +++ b/src/ce_libman.pas @@ -64,8 +64,6 @@ begin end; destructor TLibraryManager.destroy; -var - fName: string; begin forceDirectory(getDocPath); LibMan.saveToFile(getDocPath + libFname);