Skip to content

Commit e37a790

Browse files
committed
Merge pull request #800 from fdorg/fix/799
Fixes issue #799 with FileModels path casing
2 parents d4abd31 + 84cdff5 commit e37a790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

External/Plugins/ASCompletion/Context/ASContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@ protected virtual ASFileParser GetCodeParser()
987987
protected virtual void GetCurrentFileModel(string fileName)
988988
{
989989
cFile = GetCachedFileModel(fileName);
990+
cFile.FileName = fileName; // fix casing changes
990991
if (cFile.Context == null || cFile.Context != this)
991992
{
992993
cFile.Context = this;

0 commit comments

Comments
 (0)