mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 12:55:03 +01:00
Yanking of multi-line comments from the log
This commit is contained in:
parent
cc59241524
commit
b4d890981d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue