We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c627b36 commit 6b0c1b8Copy full SHA for 6b0c1b8
autoload/gist.vim
@@ -244,7 +244,7 @@ function! s:GistList(gistls, page) abort
244
setlocal cursorline
245
setlocal nomodified
246
setlocal nomodifiable
247
- syntax match SpecialKey /^gist:/he=e
+ syntax match SpecialKey /^gist:/he=e-1
248
syntax match Title /^gist: \S\+/hs=s+5 contains=ALL
249
nnoremap <silent> <buffer> <cr> :call <SID>GistListAction(0)<cr>
250
nnoremap <silent> <buffer> o :call <SID>GistListAction(0)<cr>
0 commit comments