From 314f86e7a11e5e90eb49a795c29b807ceb46fe6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?utf8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 4 May 2015 16:28:03 +0200 Subject: [PATCH] Fix typo plugging --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 770c625..a5bdbbe 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ The following work on normal and visual modes: - `]u`: go to parent header (Up). `Markdown_MoveToParentHeader` -This plugging follows the recommended Vim plugin mapping interface, so if you want to change the map `]u` to `asdf`, add to your `.vimrc`: +This plugin follows the recommended Vim plugin mapping interface, so to change the map `]u` to `asdf`, add to your `.vimrc`: map asdf Markdown_MoveToParentHeader -To disable a map, use: +To disable a map use: map Markdown_MoveToParentHeader -- 2.39.2