aboutsummaryrefslogtreecommitdiff
path: root/plugin/toggle_flags.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/toggle_flags.vim')
-rw-r--r--plugin/toggle_flags.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/toggle_flags.vim b/plugin/toggle_flags.vim
index e8202e1..5e5bdf7 100644
--- a/plugin/toggle_flags.vim
+++ b/plugin/toggle_flags.vim
@@ -12,6 +12,6 @@ let loaded_toggle_flags = 1
" User commands wrapping around calls to the above function
command -nargs=+ -complete=option ToggleFlag
- \ call toggle_flags#Toggle(<f-args>, 0)
+ \ call toggle_flags#(<f-args>, 0)
command -nargs=+ -complete=option ToggleFlagLocal
- \ call toggle_flags#Toggle(<f-args>, 1)
+ \ call toggle_flags#(<f-args>, 1)