-
Notifications
You must be signed in to change notification settings - Fork 60
Labels
enhancementNew feature or requestNew feature or request
Description
I found this
texlab/crates/texlab/src/main.rs
Line 48 in 1f08c3a
/// The zero-based line number of the document to jump to. |
However, in Neovim, line numbers are 1-based, which causes texlab’s inverse-search to return an incorrect line number (off by +1 from the expected value).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request