Skip to content

Commit

Permalink
Add Flake command (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Grace Seville committed Aug 16, 2022
1 parent a99054e commit 03316ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ftplugin/python_flake8.vim
Expand Up @@ -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

0 comments on commit 03316ea

Please sign in to comment.