mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Add support for binary numbers
This commit is contained in:
@@ -35,7 +35,7 @@ Error: configure did not run properly.Check auto/config.log.
|
||||
|
||||
#include "nvim/os/os_defs.h" /* bring lots of system header files */
|
||||
|
||||
#define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */
|
||||
#define NUMBUFLEN 65 /* length of a buffer to store a number in ASCII */
|
||||
|
||||
#define MAX_TYPENR 65535
|
||||
|
||||
|
Reference in New Issue
Block a user