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 +- plugin/redact_pass.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/plugin/redact_pass.vim b/plugin/redact_pass.vim index 06c5606..14705ac 100644 --- a/plugin/redact_pass.vim +++ b/plugin/redact_pass.vim @@ -20,5 +20,5 @@ augroup redact_pass \ /dev/shm/pass.?*/?*.txt \,$TMPDIR/pass.?*/?*.txt \,/tmp/pass.?*/?*.txt - \ call redact_pass#CheckArgsRedact() + \ call redact_pass#() augroup END -- cgit v1.2.3 From 4bc14010c595fec63953c87ea9c797b6d4feaf14 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Jun 2019 23:29:40 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 227cea2..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0 -- cgit v1.2.3