aboutsummaryrefslogtreecommitdiff
path: root/experimental/list-commands.vim
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/list-commands.vim')
-rw-r--r--experimental/list-commands.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/experimental/list-commands.vim b/experimental/list-commands.vim
deleted file mode 100644
index 0dd4bca..0000000
--- a/experimental/list-commands.vim
+++ /dev/null
@@ -1,6 +0,0 @@
1
2
3
4for s in sort(getcompletion('', 'function'))
5 echo getcompletion(s, 'function')
6endfor
..