-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Neovim Nightly] 0.10 #978
Conversation
Is this expected to break on older versions of neovim when merged? |
Yeah, there are some API's that dont exist on 0.9 that I'm using. The only one so far is for fold-text to use the extmarks api for nice highlighting, but there are (loose) plans to use the new What I can do is tag the commit before I merge this for 0.9 compatibility, so people can pin to that if they need. |
e2eed4a
to
6dc089d
Compare
that take a few ms from the inital dispatch can be properly captured. Thanks gitsigns for the debounce funciton.
infrequently. Use it when building graph to align properly
literals. No 'x' for the hex code.. So.. We need to differentiate for git log and git for-each-ref
from user command log
Instead of concatenating it's passing the inspected object as a second parameter. That's throwing an error when files are staged or branches switched from outside Neogit.
finder, with the selected files on top of the list. Multiple files can be selected.
ephemeral, change default to be a floating window.
You can pin to: https://github.com/NeogitOrg/neogit/releases/tag/v0.0.1 |
Todo: Set up CI action to auto merge master into Nightly, presuming no conflicts.
Changes that will land in Master when Neovim 0.10 is released.
OpenOrScrollUp
andOpenOrScrollDown
ftpugin/*.vim
filesrequire("neogit").refresh_viml_compat()
require("neogit").refresh_manually()
0.3
instead of a computed valueNEOGIT_DEBUG
env var, which will show, among other things, git CLI calls that are otherwise hidden from the user.OpenOrScrollDown
andOpenOrScrollUp
to status buffer, reflog buffer, and refs bufferUntrack
(bound toK
)TODO:
Refs View:
Docs:
Status:
b l
). Commit view doesn't.Closes #1250, #1240, #1160, #1192, #1170, #1171, #1156, #1155, #1140, #1130, #1109, #1096, #955, #951, #909, #515, #714, #509, #122, #334, #58, #335, #1248, #1291