aboutsummaryrefslogtreecommitdiff
path: root/experimental/list-commands.vim
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-29 18:02:40 +0100
committerMax Christian Pohle2018-10-29 18:02:40 +0100
commiteb2e7959987ebc405c7a03060f259655e13f01d0 (patch)
tree773e2b638c135fb9861567585f4ce82db252df98 /experimental/list-commands.vim
parent6284983fedcbdc54874d6e657047994b292be480 (diff)
downloadvim-eb2e7959987ebc405c7a03060f259655e13f01d0.tar.bz2
vim-eb2e7959987ebc405c7a03060f259655e13f01d0.zip
Further cleaning finally done
Diffstat (limited to 'experimental/list-commands.vim')
-rw-r--r--experimental/list-commands.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/experimental/list-commands.vim b/experimental/list-commands.vim
new file mode 100644
index 0000000..0dd4bca
--- /dev/null
+++ b/experimental/list-commands.vim
@@ -0,0 +1,6 @@
1
2
3
4for s in sort(getcompletion('', 'function'))
5 echo getcompletion(s, 'function')
6endfor
..