diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-20 23:46:31 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-21 01:34:36 -0500 |
commit | 9eb6a4456491c1b4dec8c1ff07c4b33220c3bab2 (patch) | |
tree | e357cc3ea0bf85d9977f6f43ee8e77a75790480f /src/nvim/vim.h | |
parent | 03d8adda8e5101538893d8b7ddf547273bb4a26e (diff) | |
parent | f82e982bda49d15f19dbd72531a6c1125d863486 (diff) | |
download | rneovim-9eb6a4456491c1b4dec8c1ff07c4b33220c3bab2.tar.gz rneovim-9eb6a4456491c1b4dec8c1ff07c4b33220c3bab2.tar.bz2 rneovim-9eb6a4456491c1b4dec8c1ff07c4b33220c3bab2.zip |
Merge #3916 "Add support for binary numbers".
Diffstat (limited to 'src/nvim/vim.h')
-rw-r--r-- | src/nvim/vim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 71d7556880..2e20d48f90 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -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 |