From eb2e7959987ebc405c7a03060f259655e13f01d0 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 29 Oct 2018 18:02:40 +0100 Subject: Further cleaning finally done --- experimental/list-commands.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 experimental/list-commands.vim (limited to 'experimental/list-commands.vim') 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 @@ + + + +for s in sort(getcompletion('', 'function')) + echo getcompletion(s, 'function') +endfor -- cgit v1.2.3