它非常简单,但我无法在线找到答案。 在原始档案中,我想做这样的事情:
" MyChecker.vim
"
" Uncomment the following line to set the autochecker option
"set autochecker=1
if ISSET(autochecker)
autocmd InsertChange * :call MyAutoCheckerFunction()
endif
我怎么办? 我不必明确设置汽车机车=0,我喜欢在汽车机车存在时进行检查。
Edit: When I try the following:
if &autochecker == 1
...
endif
我收到这一错误信息:
Error detected while processing MyChecker.vim:
line 32:
E113: Unknown option: autochecker
E15: Invalid expression: &autochecker == 1