On Fri, 03 Apr 2009 20:47:00 +0200, Tony Mechelynck wrote: > On 03/04/09 17:07, Ken Bloom wrote: >> >> I'm using vim LaTeX-suite for LaTeX editing, and have configured my >> xdvi viewer to be called using >> >> TexLet g:Tex_ViewRule_dvi = 'xdvi -editor "gvim --servername >> '.v:servername.' --remote +\%l \%f"' >> >> in my texrc. This means that when I run inverse search, xdvi calls gvim >> with something like >> >> gvim --servername THESERVER --remote +200 proposal.tex >> >> When I do this, vim displays a message "proposal.tex: 4988 lines >> --18%-- >> and then asks me to press enter >> >> How can I disable this behavior? >> >> > Does it still happen with > > :set lastline=2 cmdheight=2
It goes away with cmdheight=2 (though I'm not sure I want that to be my final solution), but vim (7.2.130) claims not to know about the lastline variable. --Ken -- Chanoch (Ken) Bloom. PhD candidate. Linguistic Cognition Laboratory. Department of Computer Science. Illinois Institute of Technology. http://www.iit.edu/~kbloom1/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
