From e8f5b912533565debbcd79ed3eba9b1fb7fe8085 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Jun 2019 23:25:24 +1200 Subject: Remove unneeded function name --- autoload/redact_pass.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/redact_pass.vim') diff --git a/autoload/redact_pass.vim b/autoload/redact_pass.vim index 8703213..afcf6e4 100644 --- a/autoload/redact_pass.vim +++ b/autoload/redact_pass.vim @@ -1,5 +1,5 @@ " Check whether we should set redacting options or not -function! redact_pass#CheckArgsRedact() abort +function! redact_pass#() abort " Ensure there's one argument and it's the matched file if argc() != 1 -- cgit v1.2.3