From b4d890981df2016cf620039d12a70c36b543b067 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Jun 2013 08:51:42 +0530 Subject: [PATCH] Yanking of multi-line comments from the log --- session.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.vim b/session.vim index a0e9e312a8..a513afc2ec 100644 --- a/session.vim +++ b/session.vim @@ -30,7 +30,7 @@ fun! CalibreLog() hi def link au Keyword syntax match au /^.*:::$/ nnoremap n :call cursor(1+search('\V:::\$', 'n'), 0) - nnoremap yb vt#ty + nnoremap yb v/#ty:nohl normal! gg2j edit Changelog.yaml edit src/calibre/constants.py