aboutsummaryrefslogtreecommitdiff
path: root/autoload/redact_pass.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-05 23:25:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-05 23:25:24 +1200
commite8f5b912533565debbcd79ed3eba9b1fb7fe8085 (patch)
tree899619ab2c5a240a41f4257472a9b3eff0d6d32f /autoload/redact_pass.vim
parentMerge branch 'release/v2.0.0' into develop (diff)
downloadvim-redact-pass-e8f5b912533565debbcd79ed3eba9b1fb7fe8085.tar.gz
vim-redact-pass-e8f5b912533565debbcd79ed3eba9b1fb7fe8085.zip
Remove unneeded function name
Diffstat (limited to 'autoload/redact_pass.vim')
-rw-r--r--autoload/redact_pass.vim2
1 files changed, 1 insertions, 1 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