index
:
vim-karlmarks
master
staging
A Vim plugin to make better use of the signbar.
Max Christian Pohle
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
..