Am 08.02.2010 22:04, schrieb Tarlika Elisabeth Schmitz:
On Mon, 08 Feb 2010 21:15:11 +0100
Andy Wokula<anw...@yahoo.de>  wrote:

Am 08.02.2010 20:51, schrieb Tarlika Elisabeth Schmitz:
My syntax file is from 2nd Mar 2008. It does not contain these
errors.

Link?



http://uploads.mitechie.com/configs/vim/vim/syntax/moin1_6.vim
This is what I am using.

I also found this one: http://moinmo.in/VimHighlighting (Jan 2008)


The January version does not colorize MoinMoin tables.

Table example:

||||||||
|| a || b || c ||
||||||||

a,b,c are cell content, the bars are separators. The March version
displays separators and content in different colours.

Buggy as well ...

----------------------------------
if !exists("did_dic_syntax_inits")
  let did_dic_syntax_inits = 1
  hi link moinComment         Comment
  hi link moinInlineComment   Comment
  ...
endif
----------------------------------

Once  g:did_dic_syntax_inits  is defined, it won't ever
be reset; the ":hi" commands get no chance to be executed again.

Not sure if this "if" condition can be safely removed, but
I'd give it a try (e.g. just comment it out).

--
Andy

@Gustavo - here is the full thread
http://groups.google.com/group/vim_use/browse_thread/thread/296b31684670182d#

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to