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:
Jakob Schnitzer
2015-09-17 17:29:02 +02:00
parent e3289e5354
commit fcd314223d
2 changed files with 2 additions and 6 deletions

View File

@@ -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',