mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
vim-patch:7.4.793
Problem: Can't specify when not to ring the bell.
Solution: Add the 'belloff' option. (Christian Brabandt)
165bc69d1b
This commit is contained in:
@@ -193,6 +193,14 @@ return {
|
||||
varname='p_bsk',
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
{
|
||||
full_name='belloff', abbreviation='bo',
|
||||
deny_duplicates=true,
|
||||
type='string', list='comma', scope={'global'},
|
||||
vi_def=true,
|
||||
varname='p_bo',
|
||||
defaults={if_true={vi=""}}
|
||||
},
|
||||
{
|
||||
full_name='binary', abbreviation='bin',
|
||||
type='bool', scope={'buffer'},
|
||||
|
Reference in New Issue
Block a user