I added a set byteline auto command with c5e074c. It works, but calculating the most optimum number of bytes per line requires screen.width to be populated, which happens after .dz6init file is read. To reproduce:
- Add a
set byteline auto line to ~/.dz6init.
- Open dz6.
Expected behaviour: automatic byteline setting works.
What actually happens: byteline is set to the default value (16).
I added a
set byteline autocommand with c5e074c. It works, but calculating the most optimum number of bytes per line requiresscreen.widthto be populated, which happens after.dz6initfile is read. To reproduce:set byteline autoline to~/.dz6init.Expected behaviour: automatic byteline setting works.
What actually happens: byteline is set to the default value (16).