From 9779b2cee0ab633cfdc7c71f3544aa9741957b7d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 18 Jul 2015 21:01:03 -0400 Subject: auditory.vim: Assign mappings with AssignNormalModeMappings() Assign our normal mode mappings with our new function that uses the mapping dictionary. --- plugin/auditory.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/auditory.vim b/plugin/auditory.vim index 821c5ba..ba46fa2 100644 --- a/plugin/auditory.vim +++ b/plugin/auditory.vim @@ -20,4 +20,4 @@ augroup END command! AuditoryToggleGalaxyFarFarAway call auditory#ToggleGalaxyFarFarAway() -call auditory#NormalModeMappings() +call auditory#AssignNormalModeMappings() -- cgit v1.2.3