Open romerixo opened 6 years ago
The function getline(v:lnum) is returning a wrong string since v:lnum is the next line to the current one, so v:lnum - 1 will be the current line number.
The function getline(v:lnum) is returning a wrong string since v:lnum is the next line to the current one, so v:lnum - 1 will be the current line number.