mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
Add support for binary numbers
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user