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

@@ -374,6 +374,11 @@ static std::map<std::string, float>* scores = pointer;
```
Paul<<< McCartney{{{ 1942
George<<< Harrison {{{ 1943
Ringo<<< Starr {{{ 1940
Pete<<< Best {{{ 1941
Paul McCartney 1942
George Harrison 1943
Ringo Starr 1940

View File

@@ -1 +1 @@
4Gvipjyvip
4Gvipjyvip

View File

@@ -16,6 +16,8 @@ function! GFM()
\ lang, lang, lang)
endfor
let b:current_syntax='mkd'
syntax sync fromstart
endfunction
silent! unlet g:easy_align_delimiters
@@ -39,5 +41,4 @@ set buftype=nofile
silent! ScrollPositionHide
call GFM()
syntax sync fromstart