oxalica / nil

NIx Language server, an incremental analysis assistant for writing in Nix.
Apache License 2.0
1.28k stars 39 forks source link

Fix offset conversion for end of file #100

Closed maurobalbi closed 1 year ago

maurobalbi commented 1 year ago

This PR fixes a bug, which converts the offset to a wrong line/col at the end of the file. E.g. for "x", offset 1 is converted to line 1 col 0, instead of line 0 col 1.