sc wrote: > my understanding is that's the point of its being on the back > of the shirt -- the front would have something of a more > startful nature, like > > :l ~/.vimrc
This errors out in vim...perhaps you meant ":so ~/.vimrc" (the ":l" command is short for ":list" which is like ":print" but includes 'listchars' to disambiguate tabs/spaces and EOL) but then that doesn't work on Win32. Also, the vimrc is automatically sourced unless otherwise instructed, so it's a bit redundant. I think the magic all starts when you type vi/vim, thus my proposed Front: vi (or "vim" or the Vim logo) Back: :wq! All in good fun, :) -tim --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
