Re: window title disspeared

2010-08-14 Thread James Cox
On Sat, Aug 14, 2010 at 1:39 PM, björn bjorn.winck...@gmail.com wrote:
 On 14 August 2010 19:00, James Cox wrote:
 On Sat, Aug 14, 2010 at 10:37 AM, björn wrote:
 Sounds like some plugin or option is interfering, did you try

 mvim -u NONE --servername test

 ?  Take a look at [1] as well.


 thanks- yeah, that's it. What should i be grepping for to figure out
 the culprit?

 Comment out every line in your rc-files and then un-comment one line
 at a time; that's the only way I can think of...assuming the problem
 is in your rc-files.  It could also be a plugin.  To figure out which
 it should be enough to:

 mvim --noplugin --servername test

 then

 mvim -u NORC --servername test

 If the former works, then it's in a plugin, if the latter then it's in
 your rc-files (theoretically at least).


Here's the line that caused it, in ~/.vimrc

autocmd VimEnter *  set background=dark notitle noicon

i don't recall that i wrote that-- does macvim drop a .vimrc when one
doesn't exist?

-james

-- 
You received this message from the vim_mac 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


window title disspeared

2010-08-13 Thread James Cox
hey,

running the last-but-one beta and it appears i can't make a window
title appear at all. I'm trying the -servername tricks, but nothing's
showing. I wondered if this sounds familar, and if there are some
tricks i should try?

Thanks

James

-- 
You received this message from the vim_mac 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