Skip to content

Commit 6b0c1b8

Browse files
mattnallex
authored andcommitted
prefer highlight before :
1 parent c627b36 commit 6b0c1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/gist.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function! s:GistList(gistls, page) abort
244244
setlocal cursorline
245245
setlocal nomodified
246246
setlocal nomodifiable
247-
syntax match SpecialKey /^gist:/he=e
247+
syntax match SpecialKey /^gist:/he=e-1
248248
syntax match Title /^gist: \S\+/hs=s+5 contains=ALL
249249
nnoremap <silent> <buffer> <cr> :call <SID>GistListAction(0)<cr>
250250
nnoremap <silent> <buffer> o :call <SID>GistListAction(0)<cr>

0 commit comments

Comments
 (0)