aboutsummaryrefslogtreecommitdiff
path: root/plugin
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 /plugin
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 'plugin')
-rw-r--r--plugin/redact_pass.vim2
1 files changed, 1 insertions, 1 deletions
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