1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-05 02:41:48 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Marc Schreiber
41119d3f88
Fix "Char index out of bounds" Error ()
# Description

The code that converts Nushell's span into LSP line and character
indices accidentally treated the span as character indices while they
are byte indices. Fixes .

# User-Facing Changes

None, just a bugfix.
2024-01-11 15:24:49 -06:00