From 94e5f650dadfd745f2fccafbba1b79fbb3e4d79f Mon Sep 17 00:00:00 2001 From: Alan Briolat Date: Tue, 29 May 2012 20:16:06 +0200 Subject: [PATCH 1/1] Remove useless key mapping --- ftplugin/python_flake8.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/ftplugin/python_flake8.vim b/ftplugin/python_flake8.vim index bfc97c7..d1ece61 100644 --- a/ftplugin/python_flake8.vim +++ b/ftplugin/python_flake8.vim @@ -74,6 +74,5 @@ endif if !exists("no_plugin_maps") && !exists("no_flake8_maps") if !hasmapto('Flake8(') noremap :call Flake8() - noremap! :call Flake8() endif endif -- 2.39.2