8000 Tags · lambdalisue/vim-gina · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Tags: lambdalisue/vim-gina

Tags

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #291 from itchyny/fix-wq-quitpre

Keep the flag of BufWriteCmd on :wq command

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #288 from aonemd/master

Fix #284: Set `patch` keymaps each in its buffer

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #287 from obcat/cmdline-completion

Some improvements to cmdline completion

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #275 from Bakudankun/fix-git-cache

Fix git instances for buffers are not cached

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
lambdalisue Λlisue
Version 1.0.0

v0.3.2

Toggle v0.3.2's commit message
Version 0.3.2

v0.3.1

Toggle v0.3.1's commit message
Version 0.3.1

- Fix buffer name parse issue

v0.3.0

Toggle v0.3.0's commit message
Version 0.3.0

- Add
  - Gina stash
  - statusline/tabline components
  - command completion
  - diff jumps on diff/commit buffer
  - shell/term execution via Gina!!
  - Yank actions
- Fix
  - 'Not allowed here' exceptions
  - Scroll position on Gina blame
  - Gina show --opener=edit :
  - Gina init

Ref: https://github.com/lambdalisue/gina.vim/milestone/3?closed=1

v0.2.1

Toggle v0.2.1's commit message
Version 0.2.1

- Fix test fails

v0.2.0

Toggle v0.2.0's commit message
Version 0.2.0

- Bug fixes
  - Fix commit issue on a newly checked out repository
  - Fix tabpage issue of Vim.Buffer.Group module
  - Fix 'modeline' issue on several commands
  - Fix colorscheme issue for highlights
  - Fix no action error
- Improve actions
  - Add mods support
  - Add mark features to mark candidates prior to the actions
  - Add "show:commit" action to show a commit rather than a content
  - Add "xxx:split/vsplit"
  - Move "xxx:above/below/..." to aliases
  - Do NOT repeat action by mappings
  - Do NOT restore selections after repeat
  - Do NOT alias choice/repeat
- Fix Gina show
  - Enable --line/--col only when {path} has specified
- Fix Gina log
  - Allow "Gina log v0.1.0..." to show log from v0.1.0 to HEAD
- Guess --line/--col from the current buffer if possible
- Add Gina blame
0