tell-k / vim-autopep8

autopep8 plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4614
MIT License
277 stars 51 forks source link

Single line selection does not work #37

Open mahesh-strand opened 6 years ago

mahesh-strand commented 6 years ago

If I select a single line and run :'<,'>Autopep8 whole file is getting formatted instead of formatting just the selected line.