G
Guido
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=<SNR>10_RCT_completion
My .vimrc contains
map <unique> <silent> <Leader>f <Plug>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
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=<SNR>10_RCT_completion
My .vimrc contains
map <unique> <silent> <Leader>f <Plug>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