Skip to content

Commit

Permalink
Merge branch 'master' into workspace-folders
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Feb 5, 2021
2 parents 7b877e1 + 25d625a commit 227a22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/lsc/message.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ endfunction

function! lsc#message#showRequest(message, actions) abort
let l:options = [a:message]
for l:index in range(a:actions)
for l:index in range(len(a:actions))
let l:title = get(a:actions, l:index)['title']
call add(l:options, (l:index + 1) . ' - ' . l:title)
endfor
Expand Down

0 comments on commit 227a22c

Please sign in to comment.