Hello List,
I am currently using the AutoAlign plugin with Vim 7.0. The plugin seems to
work fine for C/C++ code. However, whenever I type a = in a bib file, vim
will spout the following error message
Error detected while processing function AutoAlign:
line 28:
E121: Undefined variable: b:autoalign_notpat1
E116: Invalid arguments for function search(b:autoalign_notpat{i},'bW')
E15: Invalid expression: search(b:autoalign_notpat{i},'bW')
line 39:
E121: Undefined variable: nopatline
E15: Invalid expression: exists("b:autoalign") && line("'a") == b:autoalign &&
b:autoalign < curline
&& nopatline < line("'a")
Can anyone please enlighten me where the problem might be ? Thanks in advance
Minh