mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
docs: fix typos and other small fixes (#25005)
Co-authored-by: nuid64 <lvkuzvesov@proton.me> Co-authored-by: Mike Smith <10135646+mikesmithgh@users.noreply.github.com> Co-authored-by: XTY <xty@xty.io> Co-authored-by: Empa <emanuel@empa.xyz> Co-authored-by: kyu08 <49891479+kyu08@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ enum {
|
||||
///
|
||||
/// attrs[] contains the highlighting attribute for each cell.
|
||||
///
|
||||
/// vcols[] countain the virtual columns in the line. -1 means not available
|
||||
/// vcols[] contains the virtual columns in the line. -1 means not available
|
||||
/// (below last line), MAXCOL means after the end of the line.
|
||||
///
|
||||
/// line_offset[n] is the offset from chars[], attrs[] and vcols[] for the start
|
||||
|
Reference in New Issue
Block a user