Hi Eric! On Mo, 20 Mai 2013, Eric Weir wrote:
> > I am still not getting the vim touch app for android to run without problems. > > One set of errors don't prevent vim touch from running, but they are puzzling > and I suspect they are preventing spell check from working. > > Error detected while processing /storage/emulated/legacy/.vimrc line 39: > E518 unknown option: /storage/emulated/0/.vim/spell/en.utf-8.add.spl line: > > Line 39 in the .vimrc is" > > set spellfile=/storage/emulated/0/.vim/spell/en.utf-8.add > /storage/emulated/0/.vim/spell/en.utf-8.add.spl You are adding 2 files to the spellfile option. Since you used whitespace to add the second file, Vim thinks this is another option to turn on. :h 'spellfile' says this: ,---- | It may also be a comma separated list of names. A count before the | |zg| and |zw| commands can be used to access each. This allows using | a personal word list file and a project word list file. `---- I am not sure, why you want to add 2 files, but do as advised if you think you need it. regards, Christian -- Wie man sein Kind nicht nennen sollte: Kathi Strophe -- -- You received this message from the "vim_use" 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_use" 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.
