{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":651009283,"defaultBranch":"main","name":"highlight-undo.nvim","ownerLogin":"tzachar","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-08T09:39:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4946827?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686218510.88078","currentOid":""},"activityList":{"items":[{"before":"a0dbc6afa19b438ca5a6f54bc7f1a10399f21a15","after":"1ea1c79372d7d93c88fd97543880927b7635e3d2","ref":"refs/heads/main","pushedAt":"2024-05-06T08:03:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"fix #23: fix highligh of last line in buffer","shortMessageHtmlLink":"fix #23: fix highligh of last line in buffer"}},{"before":"50a6884a8476be04ecce8f1c4ed692c5000ef0a1","after":"a0dbc6afa19b438ca5a6f54bc7f1a10399f21a15","ref":"refs/heads/main","pushedAt":"2024-04-21T17:51:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"feat: define a 'HighlightRedo' hlgroup (#22)","shortMessageHtmlLink":"feat: define a 'HighlightRedo' hlgroup (#22)"}},{"before":"d9e674a2eb4d95ee16cd477d47eab7ddc586e336","after":"50a6884a8476be04ecce8f1c4ed692c5000ef0a1","ref":"refs/heads/main","pushedAt":"2023-09-20T16:37:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"fix: respect `foldopen='undo'` (#18) (#19)\n\n* fix: respect `foldopen='undo'` (#18)\r\n\r\n* fix: typo","shortMessageHtmlLink":"fix: respect foldopen='undo' (#18) (#19)"}},{"before":"1f748700c7fd14b4d51eb944723d7592c6fb6519","after":"d9e674a2eb4d95ee16cd477d47eab7ddc586e336","ref":"refs/heads/main","pushedAt":"2023-08-17T13:20:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"feat: respect for the mappings (#16)\n\nfix #15","shortMessageHtmlLink":"feat: respect <count> for the mappings (#16)"}},{"before":"1aeada51fb956f1ef121f29ddbb2ef6108a3c480","after":"1f748700c7fd14b4d51eb944723d7592c6fb6519","ref":"refs/heads/main","pushedAt":"2023-08-10T07:03:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"feature!: add different highlight groups for undo and redo (#14)\n\n* feature: add different highlight groups for undo and redo\r\n\r\n* refactor!: update config object and documentation","shortMessageHtmlLink":"feature!: add different highlight groups for undo and redo (#14)"}},{"before":"7c87a7803d347c1311a12401c6958d27d3739708","after":"1aeada51fb956f1ef121f29ddbb2ef6108a3c480","ref":"refs/heads/main","pushedAt":"2023-06-19T06:54:59.855Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"Fix readme typo (#10)","shortMessageHtmlLink":"Fix readme typo (#10)"}},{"before":"b3d83af848d283134403256b9de0007720d6906e","after":"7c87a7803d347c1311a12401c6958d27d3739708","ref":"refs/heads/main","pushedAt":"2023-06-13T06:23:08.082Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"Fix broken link in README (#7)","shortMessageHtmlLink":"Fix broken link in README (#7)"}},{"before":"e732a9c4a55443e3003b87689a72518af00abce3","after":"b3d83af848d283134403256b9de0007720d6906e","ref":"refs/heads/main","pushedAt":"2023-06-11T17:57:49.520Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"fix: properly access configuration keymaps (#4)\n\nProblem:\r\nWhen the user does not set keymaps in their\r\nconfiguration, \"config.keymaps\" is nil, resulting\r\nin an error in the call to ipairs.\r\n\r\nWhy:\r\nipairs receives \"config.keymaps\", but \"M.config\"\r\nis the variable used to hold the tbl which is the\r\ncombination of the default config and the user\r\nconfig.\r\n\r\nSolution:\r\nPass M.config.keymaps to ipairs, not\r\nconfig.keymaps.","shortMessageHtmlLink":"fix: properly access configuration keymaps (#4)"}},{"before":"8d824cf11f35c80248f8c2ab65badb2760d18566","after":"e732a9c4a55443e3003b87689a72518af00abce3","ref":"refs/heads/main","pushedAt":"2023-06-11T13:10:44.721Z","pushType":"push","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"feature: allow users to define custom mappings (fix #3)","shortMessageHtmlLink":"feature: allow users to define custom mappings (fix #3)"}},{"before":"77d28cd31d509f8669a922739a76d47aff7d0de0","after":"8d824cf11f35c80248f8c2ab65badb2760d18566","ref":"refs/heads/main","pushedAt":"2023-06-11T11:31:57.265Z","pushType":"push","commitsCount":1,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"bugfix: support nvim 0.9 (fix #1)","shortMessageHtmlLink":"bugfix: support nvim 0.9 (fix #1)"}},{"before":null,"after":"77d28cd31d509f8669a922739a76d47aff7d0de0","ref":"refs/heads/main","pushedAt":"2023-06-08T10:01:50.880Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tzachar","name":null,"path":"/tzachar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4946827?s=80&v=4"},"commit":{"message":"initial commit","shortMessageHtmlLink":"initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQkpt1gA","startCursor":null,"endCursor":null}},"title":"Activity ยท tzachar/highlight-undo.nvim"}