From: Guido Date: 2007-01-03T07:05:09+09:00 Subject: Problem with vim and SimpleFold Hi, I just started using the SimpleFold [1] plugin with vim 6.4. When I start vim I get the following error: E518: Unknown option: completefunc=10_RCT_completion My .vimrc contains map f SimpleFold_Foldsearch " fold when switching to that buffer "au Filetype ruby call SimpleFold_Foldsearch("") Question 1: What do I have to do to make that annoying error go away? Question 2: If I uncomment the last line, the plugin should be used on each freshly loaded ruby file. However vim complains, that the plugin is unknown. How do I change that? Happy rubying, Guido [1] http://eigenclass.org/hiki.rb?simplefold+plugin+0.4.0