On 12/11/08 18:30, 703designs wrote: > Could it be because I stopped using a _vimrc? I've found vimrc to be > pointless when I can autoload everything from plugins/
Even if the plugins are OK for you, I recommend having a vimrc. If you don't know what to put in it, use the following single line: runtime vimrc_example.vim This has several advantages: - Your Vim will start in 'nocompatible' mode - You will have filetype detection, ft-plugins, ft-indent, and syntax highlighting enabled - When editing a file again, Vim will remember where in the file you were before - And more... Later you can, if you wish, add more "user tweaks" below that line (or, very rarely, above it). Best regards, Tony. -- (null cookie; hope that's ok) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
