tell-k / vim-autopep8

autopep8 plugin for Vim

Home Page:http://www.vim.org/scripts/script.php?script_id=4614

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single line selection does not work

mahesh-strand opened this issue · comments

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