mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ EXTERN colnr_T *linebuf_vcol INIT( = NULL);
|
||||
/// Put a ASCII character in a screen cell.
|
||||
///
|
||||
/// If `x` is a compile time constant, schar_from_ascii(x) will also be.
|
||||
/// But the specific value varies per plattform.
|
||||
/// But the specific value varies per platform.
|
||||
#ifdef ORDER_BIG_ENDIAN
|
||||
# define schar_from_ascii(x) ((schar_T)((x) << 24))
|
||||
#else
|
||||
|
Reference in New Issue
Block a user