Skip to content

Commit

Permalink
suggest/sug: add mappings for skParam
Browse files Browse the repository at this point in the history
ref #18
  • Loading branch information
alaviss committed Dec 9, 2019
1 parent 83b5fd5 commit e32b222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nim/suggest/sug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let s:sugToCompleteType = {'skProc': 'f', 'skFunc': 'f', 'skMethod': 'f',
\ 'skConst': 'd', 'skResult': 'v', 'skIterator': 'f',
\ 'skConverter': 'd', 'skMacro': 'd', 'skTemplate': 'd',
\ 'skField': 'm', 'skEnumField': 'm', 'skForVar': 'v',
\ 'skUnknown': ''}
\ 'skUnknown': '', 'skParam': 'v'}

function! s:findStartingPosition(line, start) abort
let result = a:start - 1
Expand Down

0 comments on commit e32b222

Please sign in to comment.