Fix default property value
This commit is contained in:
parent
8d3b80af53
commit
4310adfdc5
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const types = {
|
|||
const defaults = {
|
||||
hintchars: 'abcdefghijklmnopqrstuvwxyz',
|
||||
smoothscroll: false,
|
||||
complete: 'sbn',
|
||||
complete: 'sbh',
|
||||
};
|
||||
|
||||
const docs = {
|
||||
|
|
Reference in a new issue