On Friday, June 14, 2013 3:36:44 AM UTC+2, Zulox4 wrote: > Hello, > > When Vim 7.3.1189 win32 console start it display this error (the next five > lines) : > > C:\Vim_20130614_1189\vim\src>vim > Error detected while processing C:\Users\vim7user_win7sp1\.vimrc: > line 1: > E518: Unknown option: set > Press ENTER or type command to continue > > > My .vimrc file have one line: > > set smartindent set tabstop=2 set shiftwidth=2 set expandtab
Put your commands on separate lines, i.e. set smartindent set tabstop=2 etc. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
