mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
charset: Move vim_str2nr flags from vim.h to charset.h
This commit is contained in:
@@ -1615,7 +1615,7 @@ bool vim_isblankline(char_u *lbuf)
|
||||
/// hexadecimal, '0' = octal, 'b' or 'B' is binary. When using
|
||||
/// STR2NR_FORCE is always zero.
|
||||
/// @param len Returns the detected length of number.
|
||||
/// @param what Recognizes what number passed.
|
||||
/// @param what Recognizes what number passed, @see ChStr2NrFlags.
|
||||
/// @param nptr Returns the signed result.
|
||||
/// @param unptr Returns the unsigned result.
|
||||
/// @param maxlen Max length of string to check.
|
||||
|
Reference in New Issue
Block a user