From 6ec1fbbce32876e315b370409ca55c97d232d125 Mon Sep 17 00:00:00 2001 From: Maximilian Nickel Date: Mon, 4 May 2009 08:31:28 +0800 Subject: [PATCH] * restrict mappings to local buffer Signed-off-by: Kevin Watters --- pyflakes.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyflakes.vim b/pyflakes.vim index fb06008..3f8d713 100644 --- a/pyflakes.vim +++ b/pyflakes.vim @@ -102,10 +102,10 @@ endif " Hook common text manipulation commands to update PyFlakes " TODO: is there a more general "text op" autocommand we could register " for here? -noremap dd dd:PyflakesUpdate -noremap dw dw:PyflakesUpdate -noremap u u:PyflakesUpdate -noremap :PyflakesUpdate +noremap dd dd:PyflakesUpdate +noremap dw dw:PyflakesUpdate +noremap u u:PyflakesUpdate +noremap :PyflakesUpdate " WideMsg() prints [long] message up to (&columns-1) length " guaranteed without "Press Enter" prompt.