support multiple accents in the same section (#203).

This commit is contained in:
Bailey Ling
2013-09-18 21:31:39 -04:00
parent fdbf2c05a5
commit 9d5a1744a1
4 changed files with 27 additions and 6 deletions

View File

@@ -49,6 +49,9 @@ function! s:create(parts, append)
endif
let val .= partval
if exists('part.accent')
let val .= '%#__restore__#'
endif
let _ .= val
endfor
return _