Skip to content

Commit

Permalink
Backup update
Browse files Browse the repository at this point in the history
  • Loading branch information
marvim committed Dec 7, 2023
1 parent cb5ec87 commit 2b4021a
Show file tree
Hide file tree
Showing 68 changed files with 18,654 additions and 696 deletions.
2 changes: 1 addition & 1 deletion last_update
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-12-06T01:25:21Z
2023-12-07T01:52:10Z
12 changes: 6 additions & 6 deletions repositories/neovim/issues/11620.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"comment_data": [
{
"author_association": "CONTRIBUTOR",
"body": "Here is a proof of concept: https://asciinema.org/a/IK0MXFdcePbxIRJMK9Q9sTM43\r\n\r\nI didn't open a PR because this implementation https://github.com/neovim/neovim/commit/3cd9b5c66245ff4954772fc3ab7e7c68347babad has some problems. It saves `old_redobuff` when `ResetRedobuff()` gets called, which is when the recording for `.` begins. Because of this, the history doesn't contain the last two edits, so I had to add them manually when the `dot_hist()` function gets called from the demo.\r\n\r\nTo make it work with the `q:` and `q/` history mechanism, we would need to call [add_to_history](https://github.com/neovim/neovim/blob/bcaff309b6073b66635bd51d6fbd6900f4baba1d/src/nvim/cmdhist.c#L296) from `cmdhist.c` to add edits to the history. \r\nSo we need to know when the recording for a motion/operator stops and add it to the history then, but I'm too new to the code base to know if there is a way to tell when a motion or edit ends, or if it isn't, how to implement it.\r\n",
"body": "Here is a proof of concept: https://asciinema.org/a/IK0MXFdcePbxIRJMK9Q9sTM43\r\n\r\nI didn't open a PR because this implementation https://github.com/neovim/neovim/commit/3cd9b5c66245ff4954772fc3ab7e7c68347babad has some problems. It saves `old_redobuff` when `ResetRedobuff()` gets called, which is when the recording for `.` begins. Because of this, the history doesn't contain the last two edits, so I had to add them manually when the `dot_hist()` function gets called from the demo.\r\n\r\nTo make it work with the `q:` and `q/` history mechanism, we would need to call [add_to_history](https://github.com/neovim/neovim/blob/bcaff309b6073b66635bd51d6fbd6900f4baba1d/src/nvim/cmdhist.c#L296) from `cmdhist.c` to add edits to the history. \r\nSo we need to know when the recording for a motion/operator stops and add it to the history then, but I'm too new to the code base to know if there is a way to tell when a motion or edit ends, and if it isn't, how to implement it.\r\n",
"created_at": "2023-11-28T20:08:12Z",
"html_url": "https://github.com/neovim/neovim/issues/11620#issuecomment-1830641359",
"id": 1830641359,
Expand All @@ -27,7 +27,7 @@
"total_count": 0,
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1830641359/reactions"
},
"updated_at": "2023-11-28T20:13:48Z",
"updated_at": "2023-12-06T11:31:41Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/comments/1830641359",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/20646330?v=4",
Expand Down Expand Up @@ -90,7 +90,7 @@
"locked": false,
"milestone": {
"closed_at": null,
"closed_issues": 590,
"closed_issues": 592,
"created_at": "2014-05-10T20:43:04Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
Expand Down Expand Up @@ -119,10 +119,10 @@
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
"number": 6,
"open_issues": 424,
"open_issues": 427,
"state": "open",
"title": "backlog",
"updated_at": "2023-11-30T01:41:47Z",
"updated_at": "2023-12-06T23:16:41Z",
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
},
"node_id": "MDU6SXNzdWU1NDI2NTg0Njc=",
Expand All @@ -145,7 +145,7 @@
"state_reason": null,
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/11620/timeline",
"title": "\"q.\" command (history of dot-repeatable actions)",
"updated_at": "2023-11-29T16:26:04Z",
"updated_at": "2023-12-06T11:31:41Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/11620",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/19694718?v=4",
Expand Down
19 changes: 14 additions & 5 deletions repositories/neovim/issues/1248.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,19 @@
"node_id": "MDU6TGFiZWw3Nzk5NzQ3Ng==",
"url": "https://api.github.com/repos/neovim/neovim/labels/enhancement"
},
{
"color": "c5def5",
"default": false,
"description": "issues or PRs involving changing the defaults",
"id": 103777064,
"name": "defaults",
"node_id": "MDU6TGFiZWwxMDM3NzcwNjQ=",
"url": "https://api.github.com/repos/neovim/neovim/labels/defaults"
},
{
"color": "BFDADC",
"default": false,
"description": "Low-risk, unlikely to cause distant/indirect damage",
"description": "Low-risk. Do NOT ask \"can I work on this\", just read CONTRIBUTING.md",
"id": 407246773,
"name": "complexity:low",
"node_id": "MDU6TGFiZWw0MDcyNDY3NzM=",
Expand Down Expand Up @@ -275,7 +284,7 @@
"locked": false,
"milestone": {
"closed_at": null,
"closed_issues": 588,
"closed_issues": 592,
"created_at": "2014-05-10T20:43:04Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1359421?v=4",
Expand Down Expand Up @@ -304,10 +313,10 @@
"labels_url": "https://api.github.com/repos/neovim/neovim/milestones/6/labels",
"node_id": "MDk6TWlsZXN0b25lNjU1MDM3",
"number": 6,
"open_issues": 411,
"open_issues": 427,
"state": "open",
"title": "backlog",
"updated_at": "2023-10-21T13:52:49Z",
"updated_at": "2023-12-06T23:16:41Z",
"url": "https://api.github.com/repos/neovim/neovim/milestones/6"
},
"node_id": "MDU6SXNzdWU0NDExOTY5Mw==",
Expand All @@ -330,7 +339,7 @@
"state_reason": null,
"timeline_url": "https://api.github.com/repos/neovim/neovim/issues/1248/timeline",
"title": "implement default titlestring using statusline",
"updated_at": "2023-10-22T09:50:47Z",
"updated_at": "2023-12-06T19:42:31Z",
"url": "https://api.github.com/repos/neovim/neovim/issues/1248",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/7495?v=4",
Expand Down
Loading

0 comments on commit 2b4021a

Please sign in to comment.