mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
options: unify undolevels default
Considering Nvim's supported platforms, having a different default for (!Unix and !Windows) doesn't seem very useful.
This commit is contained in:
@@ -2525,11 +2525,7 @@ return {
|
||||
type='number', scope={'global', 'buffer'},
|
||||
vi_def=true,
|
||||
varname='p_ul',
|
||||
defaults={
|
||||
condition={'!UNIX', '!WIN3264'},
|
||||
if_true={vi=100},
|
||||
if_false={vi=1000},
|
||||
}
|
||||
defaults={if_true={vi=1000}}
|
||||
},
|
||||
{
|
||||
full_name='undoreload', abbreviation='ur',
|
||||
|
Reference in New Issue
Block a user