Yanking of multi-line comments from the log

This commit is contained in:
Kovid Goyal 2013-06-07 08:51:42 +05:30
parent cc59241524
commit b4d890981d

View File

@ -30,7 +30,7 @@ fun! CalibreLog()
hi def link au Keyword
syntax match au /^.*:::$/
nnoremap <silent> <buffer> n :call cursor(1+search('\V:::\$', 'n'), 0)<CR>
nnoremap <silent> <buffer> yb vt#t<Space>y
nnoremap <silent> <buffer> yb v/#<CR>t<Space>y:nohl<CR>
normal! gg2j
edit Changelog.yaml
edit src/calibre/constants.py