vim - Using tabs in gvim along with specific number of lines and columns -



vim - Using tabs in gvim along with specific number of lines and columns -

i have problem setting in gvimrc. have windows same size specify following:

set lines=90 set columns=90

this works fine except when open gvim -p argument multiple tabs. statusline , ruler hidden until manually resize window. happens when lines/columns specified , utilize -p argument. there way prevent on startup other manually dragging window around redraw ruler/statusline?

i'm using gvim 7.3.154 in ubuntu 11.10.

the solution spelled out when reading gvim documentation on 'lines', see :help lines.

from :help lines

"if less lines expected, check 'guiheadroom' option. when set alternative , vim unable alter physical number of lines of display, display may messed up."

i able set guiheadroom=100 on scheme , avoid problem completely. 100 guess on part. default value 50, if run problem should set > 50. able go little 80, mileage vary depending on os, window manager, etc.

vim

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -