1 Star 0 Fork 0

yiyiboy2010 / calibre

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
session.vim 860 Bytes
一键复制 编辑 原始数据 按行查看 历史
" Scan the following dirs (recursively for tags
let g:project_tags_dirs = ['src/calibre']
set wildignore+=resources/mathjax/*
set wildignore+=resources/rapydscript/lib/*
set wildignore+=build/*
set wildignore+=dist/*
set wildignore+=manual/generated/*
set wildignore+=manual/locale/*
set wildignore+=imgsrc/*
fun! CalibreLog()
" Setup buffers to edit the calibre changelog and version info prior to
" making a release.
enew
read ! git log "--pretty=\%an:::\%n\%s\%n\%b\%n" -500
setl nomodifiable noswapfile buftype=nofile
hi def link au Keyword
syntax match au /^.*:::$/
nnoremap <silent> <buffer> n :call cursor(1+search('\V:::\$', 'n'), 0)<CR>
nnoremap <silent> <buffer> yb v/#<CR>t<Space>y:nohl<CR>
normal! gg2j
edit Changelog.txt
edit src/calibre/constants.py
endfun
nnoremap \log :call CalibreLog()<CR>
1
https://gitee.com/dazuanfeng/calibre.git
git@gitee.com:dazuanfeng/calibre.git
dazuanfeng
calibre
calibre
master

搜索帮助