Hi! Am 01.10.2011 10:15, schrieb philipx: > Is there a way to determine the screen resolution in gVim and act upon > that information, for example to set a different font size? > [...]
You could use system() to execute a program to query the resolution. For example "xdpyinfo" or "xwininfo -root" if you are running under an X server. HTH, Dennis Benzinger -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
