Open Backlog issue from vim.
- Vim 8.1 or higher.
- tyru/open-browser.vim .
Type :OpenBacklogIssue
or gbx
on Backlog's issue key.
In your .vimrc
,
let g:open_backlog_issue_prefix = 'https://YOUR_SPACE_KEY.backlog.com'
" Optional keymapping.
nmap gbx <Plug>(open-backlog-issue)
git clone https://github.com/tyru/open-browser.vim.git /path/to/packpath/start/open-browser.vim
git clone https://github.com/mmktomato/open-backlog-issue.vim.git /path/to/packpath/start/open-backlog-issue.vim
In your .vimrc
,
Plug 'tyru/open-browser.vim'
Plug 'mmktomato/open-backlog-issue.vim'
Then :PlugInstall
.
Install thinca/vim-themis . Then run:
/path/to/vim-themis/bin/themis test/test.vimspec
Make sure all tests pass.
MIT