Ubuntu Pastebin

Paste from aeoril at Wed, 11 Feb 2015 19:30:02 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
Download as text