Changing the cmdline autocomplete source to have a minimum keyword_length of 1
This commit is contained in:
parent
b88c541140
commit
be69817d68
@ -52,7 +52,7 @@ return {
|
|||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
}, {
|
}, {
|
||||||
{ name = 'cmdline' },
|
{ name = 'cmdline', keyword_length = 1 },
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user