Harry Putnam wrote:
Brandon Hume <hume...@bofh.ca> writes:

On Wed, 2009-03-11 at 15:47 -0500, Harry Putnam wrote:
It worked for me for a while too.  But now it doesn't. To test, I
moved the actual actual file into ~/ and as I showed in OP it belongs
to me.
What does truss tell you is happening?

ie:  truss -o vim.truss -f vim testfile
     grep vimrc vim.truss

Thanks for the help with the command.  I´m completely unfamiliar with
truss but here is the output:
 truss -o vim.truss -f vim BASHRC
 grep vimrc vim.truss

  1798:   xstat(2, "/usr/share/vim/vimrc", 0x08046F60)    Err#2 ENOENT
  1798:   open("/usr/share/vim/vimrc", O_RDONLY)          Err#2 ENOENT
  1798:   xstat(2, "/export/home/reader/.vimrc", 0x08046F60) = 0
  1798:   open("/export/home/reader/.vimrc", O_RDONLY)    = 4
  1798:   xstat(2, "/export/home/reader/.vimrc", 0x08047070) = 0

It looks like it's opening it just fine. So maybe there's a syntax error in the file or something causing vim to ignore its contents?

What makes you believe it's being ignored?

--
Shawn Walker
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to