aboutsummaryrefslogtreecommitdiff
path: root/experimental/list-commands.vim
blob: 0dd4bcaec10cbbec6eeb6a5cdce8cfb3e73e0e66 (plain)
1
2
3
4
5
6



for s in sort(getcompletion('', 'function'))
    echo getcompletion(s, 'function')
endfor
..