zhaocai / GoldenView.Vim

Always have a nice view for vim split windows!
http://zhaocai.github.io/GoldenView.Vim/
219 stars 14 forks source link

have the max width of current buffer not more then textwidth #18

Open dusans opened 9 years ago

dusans commented 9 years ago

Most of my python files are max line length < 80 (pep8).

So i don't need the width of the current buffer be more then 80.

Is it possible to limit width in GoldenView? Or have the max width be the length of the longest line in current buffer?