Hi. I'm using MacVim Snapshot 57 but I've had this confirmed with another non-Mac user.
In my .vimrc file I have set relativenumber and that works for files that I open from the command line. But it does not appear to work from files that I open from within Vim itself, using either :e <file>, NERDTree, or PeepOpen (a Cocoa based plugin). If I open a file from the command line relativenumber is turned on: verbose set number? => "nonumber, last set from ~/.vimrc" verbose set relativenumber? => "relativenumber, last set from ~/.vimrc" However, if I use ":new" relativenumber is not working despite my configuration. verbose set number? => "number" verbose set relativenumber? => "relativenumber" So, in the latter case, it seems to think that both number and relativenumber are on when only number is on and it doesn't seem to know where they were set from. Files opened using NERDTree and PeepOpen display the same behaviour. Is this a bug? Thanks. Matt -- Matt Mower (http://mattmower.com/) Sent with Sparrow (http://www.sparrowmailapp.com/?sig) -- You received this message from the "vim_dev" 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
