Skip to content

Commit

Permalink
Fix #30 syntax problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 7, 2015
1 parent 0ff5d2b commit a0abf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/unite/sources/tag.vim
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function! s:source.hooks.on_syntax(args, context)
\ containedin=uniteSource__Tag contained
\ nextgroup=uniteSource__Tag_Kind,
\uniteSource__Tag_Pat,uniteSource__Tag_Line skipwhite
syntax match uniteSource__Tag_Kind /k:\h\w* / contained
syntax match uniteSource__Tag_Kind /k:\h\w*\s\+/ contained
\ nextgroup=uniteSource__Tag_Pat,uniteSource__Tag_Line
syntax match uniteSource__Tag_Pat /pat:.\{-}\ze\s*$/ contained
syntax match uniteSource__Tag_Line /line:.\{-}\ze\s*$/ contained
Expand Down

0 comments on commit a0abf4f

Please sign in to comment.