Allow whitespaces between delimiter key and options

This commit is contained in:
Junegunn Choi
2013-08-13 20:38:23 +09:00
parent 0166077e16
commit aad5012615
5 changed files with 23 additions and 7 deletions

View File

@@ -23,6 +23,8 @@ function! GFM()
\ lang, lang, lang)
endfor
let b:current_syntax='mkd'
syntax sync fromstart
endfunction
```