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/options.lua | |
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/options.lua')
-rw-r--r-- | src/nvim/options.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 0eccf63e15..3dd37cb5dc 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1599,7 +1599,7 @@ return { deny_duplicates=true, alloced=true, varname='p_nf', - defaults={if_true={vi="octal,hex", vim="hex"}} + defaults={if_true={vi="bin,octal,hex", vim="bin,hex"}} }, { full_name='number', abbreviation='nu', |