[NTG-context] gVim complier plugin question

2009-05-07 Thread Michael Bynum
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

Re: [NTG-context] gVim complier plugin question

2009-05-07 Thread Aditya Mahajan
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

Re: [NTG-context] gVim complier plugin question

2009-05-07 Thread Michael Bynum
Thanks, that fixed my problem. I installed both of the syntax and indent files. It wasn't immediately obvious to me what the indent file does. Should it autoindent something like this without me having to manually tab over? \setuphead[subsection] [number=no, after={\blank[medium]},

Re: [NTG-context] gVim complier plugin question

2009-05-07 Thread Aditya Mahajan
On Thu, 7 May 2009, Michael Bynum wrote: Thanks, that fixed my problem. I installed both of the syntax and indent files. It wasn't immediately obvious to me what the indent file does. indent files are for specifying filetype specific indent expressions. See :he indent-expression Should it

Re: [NTG-context] gVim complier plugin question

2009-05-07 Thread Michael Bynum
Hmm, then I must not have something set up correctly. If I type \setuphead[subsection] cr I do not get the indenting as you are showing. Is there someway to check to see if the context.vim indenting file is being used? Mike On Thu, May 7, 2009 at 2:17 PM, Aditya Mahajan adit...@umich.edu

Re: [NTG-context] gVim complier plugin question

2009-05-07 Thread Aditya Mahajan
On Thu, 7 May 2009, Michael Bynum wrote: Hmm, then I must not have something set up correctly. If I type \setuphead[subsection] cr I do not get the indenting as you are showing. The indenting only occurs when you type \setuphead[subsection] cr [ Is there someway to check to see if the