Merge pull request #211 from Deraen/all-candidate-types
Add all candidate types to short_types map
This commit is contained in:
commit
1646a01b0b
@ -86,7 +86,15 @@ let s:short_types = {
|
|||||||
\ 'macro': 'm',
|
\ 'macro': 'm',
|
||||||
\ 'var': 'v',
|
\ 'var': 'v',
|
||||||
\ 'special-form': 's',
|
\ 'special-form': 's',
|
||||||
\ 'class': 'c'
|
\ 'class': 'c',
|
||||||
|
\ 'keyword': 'k',
|
||||||
|
\ 'local': 'l',
|
||||||
|
\ 'namespace': 'n',
|
||||||
|
\ 'field': 'i',
|
||||||
|
\ 'method': 'f',
|
||||||
|
\ 'static-field': 'i',
|
||||||
|
\ 'static-method': 'f',
|
||||||
|
\ 'resource': 'r'
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
function! s:candidate(val) abort
|
function! s:candidate(val) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user