From 83f31dd86e65ec264c3e15ad869b7395013acc15 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 4 Feb 2012 21:59:01 +0100 Subject: updated for version 7.3.423 Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files --- runtime/doc/map.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/doc/map.txt') diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 73b79f23..f117f6fb 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1,4 +1,4 @@ -*map.txt* For Vim version 7.3. Last change: 2011 Oct 22 +*map.txt* For Vim version 7.3. Last change: 2012 Feb 02 VIM REFERENCE MANUAL by Bram Moolenaar @@ -527,7 +527,7 @@ mappings. is just like , except that it uses "maplocalleader" instead of "mapleader". is to be used for mappings which are local to a buffer. Example: > - :map q \DoItNow + :map A oanother line < In a global plugin should be used and in a filetype plugin . "mapleader" and "maplocalleader" can be equal. Although, if -- cgit v1.2.1