I wish to submit some ideas regarding the vimrc provided with the vim distribution. For example, these completion options :
> set wildchar=<tab> > set wildmode=list:full,full " Or something similar > set wildmenu turn the :help command into a more friendly and easy to use on-line help, even for a beginner. As this command is critical for someone whishing to learn vim (in fact, it's the vim main gate :), I think these options would be very useful in $VIMRUNTIME/vimrc_example. Similar ideas : > set whichwrap+=<,>,[,],~,b,s,h,l > > set wrapscan > set incsearch > set ignorecase > set smartcase > > set infercase > > syntax enable instead of syntax on ? You see the point : some widely used options which could ease the life of a beginner, without altering too much the behaviour of a "-u NONE" vim. Before gathering more of them, I wished to have your opinions, and to know if these options have a chance to be included. Thanks for your time. -- Regards, Davido -- 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
