mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
unittests: Add tests for dictionary indexing
This commit is contained in:
@@ -30,7 +30,7 @@ Error: configure did not run properly.Check auto/config.log.
|
||||
#include "nvim/os/os_defs.h" /* bring lots of system header files */
|
||||
|
||||
/// length of a buffer to store a number in ASCII (64 bits binary + NUL)
|
||||
#define NUMBUFLEN 65
|
||||
enum { NUMBUFLEN = 65 };
|
||||
|
||||
// flags for vim_str2nr()
|
||||
#define STR2NR_BIN 1
|
||||
|
Reference in New Issue
Block a user