Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Ben Fritz
On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: Hi, I found these two explanations to be incompatible: :help syntax-loading The step before the last step is: When the 'syntax' option was set above, this triggers an autocommand | from |synload-1| (and

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Charles
On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: Hi, I found these two explanations to be incompatible: :help syntax-loading The step before the last step is: When the 'syntax' option was set above, this triggers an

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Ingo Karkat
On 12-Mar-2012 23:31:02 +0700, Charles wrote: On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: You are correct that runtime! will run all the matched files, but what you're missing is that most (all?) syntax files distributed

Re: Different explanation of syntax file loading in vim doc

2012-03-12 Fir de Conversatie Charles
On 3/12/12, Ingo Karkat sw...@ingo-karkat.de wrote: On 12-Mar-2012 23:31:02 +0700, Charles wrote: On 3/12/12, Ben Fritz fritzophre...@gmail.com wrote: On Monday, March 12, 2012 12:43:30 AM UTC-5, char101 wrote: You are correct that runtime! will run all the matched files, but what you're

Different explanation of syntax file loading in vim doc

2012-03-11 Fir de Conversatie Charles
Hi, I found these two explanations to be incompatible: :help syntax-loading The step before the last step is: When the 'syntax' option was set above, this triggers an autocommand | from |synload-1| (and |synload-2|). This find the main syntax file in | 'runtimepath', with