mirror of https://gitlab.com/basile.b/dexed.git
fix bad copy paste, causing a reg in term auto checkdir
This commit is contained in:
parent
0923410ffc
commit
b81cb2a992
|
@ -374,7 +374,7 @@ var
|
|||
s: string;
|
||||
begin
|
||||
s := document.fileName.extractFileDir;
|
||||
if fOpts.followProjects and s.dirExists and not SameText(s, fLastCheckedDirectory) then
|
||||
if fOpts.followEditors and s.dirExists and not SameText(s, fLastCheckedDirectory) then
|
||||
checkDirectory(s);
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue