On Thu, 7 May 2009, Michael Bynum wrote:
I was trying to get the context compiler plugin for gvim working, but I think I may be misunderstanding something about the instructions. I keep getting a "compiler not found" error when I try to set the compiler so I must have done something wrong.
I downloaded the texexec.vim plugin from http://www.vim.org/scripts/script.php?script_id=1925 and copied it to /usr/share/vim/vim70/compiler/texexec.vim I then opened a context file with gvim and typed ":compiler=texexec" and I get "E666: compiler not supported: =texexec"
Sorry, that is a typo in the instructions. You should type :compiler texexec (without the = sign) BTW, you might also be interested in syntax and indent files for ConTeXt http://github.com/adityam/vim-context/tree/master Aditya