-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[RDY] Add plugin for editing ShaDa files #3270
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
Conversation
6ab7f2b
to
7342648
Compare
Actually it is better to make this blocked by #2506 because I need some helper functions from there for plugin/shada.vim tests (but not for other files). |
8c672ce
to
1460229
Compare
@@ -0,0 +1,139 @@ | |||
*pi_msgpack.txt* For NeoVim version 7.4. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the version is appropriate.
04c3bff
to
383f042
Compare
@justinmk So “Update branch” button adds merge commit (merged master into my branch). It is interesting whether merging it afterwards will produce another merge commit or not. |
(I have already removed the merge commit by force-push, so you will not see it here.) |
383f042
to
61d8b73
Compare
This PR is ready, but SourceCmd event cannot be tested without #2506 and there is also some common code. |
I haven't had any problems with #2506 since you fixed the last memory access issue. I think we should aim to merge it by Monday. |
61d8b73
to
f9e8ccd
Compare
I have updated the PR and it is now ready for merging. |
Contains most of the logic
Wondering why it fails with
And non-failing builds did not run unit or functional tests at all, only old tests. |
And #3581 does run unit and functional tests. Will try restarting the whole build. |
@ZyX-I I found that locally too, wonder what is going on. |
@fmoralesc Unable to reproduce this locally. Also I see that https://travis-ci.org/neovim/neovim/jobs/88665063 is no longer affected. |
Maybe a temporary thing. This is the sort of thing I've seen happen when On Sun, Nov 1, 2015 at 7:57 PM, Nikolai Aleksandrovich Pavlov <
|
Bump. Anything else to be done here? |
Nothing. I have already reported this as ready in #3270 (comment). |
👍 |
Add plugin for editing ShaDa files
Wondering whether test/functional/plugin is the right place for testing plugin files.
Note: this is not blocked by #2506 since I do not plan any format changes.
TODO: