From 54003c5c0e14683cb8ccffaeb860300cb86f15c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20M=2E=20Tonietti?= Date: Wed, 25 Nov 2015 17:17:41 +1100 Subject: Fix recommended vimrc snippet for using default mappings The line as advice doesn't work. I had to add `call` to make it work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9016dda..84329a1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Usage To use the default mappings, add the following to your vimrc: ```vim -camelcasemotion#CreateMotionMappings('') +call camelcasemotion#CreateMotionMappings('') ``` If you want to use different mappings, map your keys to the -- cgit v1.1