Bug: On trusty, only partial text shown in vi when opening in a new gnome-terminal window of non-default size (bigger) using this command:
gnome-terminal --geometry 156x48+80+50 -e "vi /home/aeoril/.bashrc"
works in vivid
============================================================
Log of bug hunting activity:
trusty vim package from lp using "pull-lp-source vim trusty" is version v7.4.052
vivid vim package from lp using "pull-lp-source vim vivid" is version v7.4.488
Building with trusty and vivid vim packages on trusty both with vivid and trusty ./configure command line parameters from LP logs failed for all four builds
Building with vivid vim package on vivid using vivid and trusty ./configure params from LP logs both worked
Building with trusty vim package on vivid using vivid and trusty ./configure params from LP logs both worked
vim.tiny copied from /usr/bin on vivid to trusty failed on trusty
vim.tiny copied from /usr/bin on trusty to vivid worked on vivid
xterm -geometry 156x48+80+50 -e "/usr/bin/vi .bashrc" worked on trusty