From 03316eab49fddce2fc9cea84588e623a658b35aa Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Tue, 16 Aug 2022 17:16:13 +1000 Subject: [PATCH] Add Flake command (#103) --- ftplugin/python_flake8.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftplugin/python_flake8.vim b/ftplugin/python_flake8.vim index dd062d9..cf4cdcf 100644 --- a/ftplugin/python_flake8.vim +++ b/ftplugin/python_flake8.vim @@ -50,6 +50,8 @@ if !exists("no_plugin_maps") && !exists("no_flake8_maps") endif endif +command! Flake :call flake8#Flake8() + let &cpo = s:save_cpo unlet s:save_cpo