diff options
| author | Bradley Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-10-16 06:14:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 06:14:50 -0400 |
| commit | 5f4af97793eff58ce746799913747eae1825182f (patch) | |
| tree | 717a0c0f40a95697e8605b451f0fc50dbd904582 /src/server/diagnostics.odin | |
| parent | 5c2f9e18eda3421d252be59c734e34651c885faf (diff) | |
| parent | 70818f746ce29a429c4bd2302abc0a026ee1e93d (diff) | |
Merge pull request #1098 from BradLewis/fix/incorrect-abs-position-with-newline
Fix issue calculating the absolute range with a file starting with a new line
Diffstat (limited to 'src/server/diagnostics.odin')
| -rw-r--r-- | src/server/diagnostics.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/diagnostics.odin b/src/server/diagnostics.odin index 411ffbc..821aa74 100644 --- a/src/server/diagnostics.odin +++ b/src/server/diagnostics.odin @@ -3,7 +3,6 @@ package server import "core:log" import "core:slice" import "core:strings" -import "src:common" DiagnosticType :: enum { Syntax, |