Re: Help with MacVim scripting

2011-02-03 Thread key....@googlemail.com
On Jan 23, 8:20 pm, björn wrote: > On 2 December 2010 18:32, Keyan wrote: > > > > > > > Hi, > > > thanks for the fast reply. > > > acutally i would like to have a margin around the visible text. that is why > > i set the lines and columns manually. the guifont might also be send to the > > "wr

Re: Help with MacVim scripting

2011-01-23 Thread björn
On 2 December 2010 18:32, Keyan wrote: > Hi, > > thanks for the fast reply. > > acutally i would like to have a margin around the visible text. that is why i > set the lines and columns manually. the guifont might also be send to the > "wrong" window, as it is also not accepted, when called from

Re: Help with MacVim scripting

2010-12-02 Thread Keyan
Hi, thanks for the fast reply. acutally i would like to have a margin around the visible text. that is why i set the lines and columns manually. the guifont might also be send to the "wrong" window, as it is also not accepted, when called from the script. regards, keyan On 1 Dec 2010, at 22:2

Re: Help with MacVim scripting

2010-12-01 Thread Bjorn Winckler
I think the problem is that commands that change window related parameters get sent to the "wrong" window when applied just after toggling full screen (e.g. upon entering full screen the parameters are applied to the decorated window). In the meantime, instead of changing lines and rows when tog

Help with MacVim scripting

2010-12-01 Thread key....@googlemail.com
Hi, for some tasks i like to have a fullscreen app, with a small view on the file, for others non-fullscreen-mode. for this purpose i tried to write two functions function! NoFullscreenMode() set nofullscreen set guifont=Menlo:h15 set lines=1000 set columns=1000 winpos 4 875 endfunctio