index
:
vim
main
master
my vim configuration
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
..