Version 0.3.2

FIXED: Renaming - error if complex wiki word contains %.
FIXED: Syntax highlighting for preformatted text . Sync option added.
FIXED: smartCR bug fix.
This commit is contained in:
Maxim Kim
2008-05-16 00:00:00 +00:00
committed by Able Scraper
parent c0582997a3
commit dfd2470208
2 changed files with 31 additions and 11 deletions

View File

@ -3,8 +3,8 @@
" Author: Maxim Kim (habamax at gmail dot com)
" Home: http://code.google.com/p/vimwiki/
" Filenames: *.wiki
" Last Change: (16.05.2008 14:28)
" Version: 0.3.1
" Last Change: (16.05.2008 17:14)
" Version: 0.3.2
" Quit if syntax file is already loaded
if version < 600
@ -83,6 +83,7 @@ syntax match wikiTodo /\(TODO:\|DONE:\|FIXME:\|FIXED:\)/
syntax match wikiPre /^\s\+[^[:blank:]*#].*$/
syntax region wikiPre start=/^{{{\s*$/ end=/^}}}\s*$/
syntax sync match wikiPreSync grouphere wikiPre /^{{{\s*$/
" Link FlexWiki syntax items to colors
hi def link wikiH1 Title