{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":35316798,"defaultBranch":"main","name":"corpus","ownerLogin":"wincent","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-05-09T05:41:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7074?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1623518362.2604759","currentOid":""},"activityList":{"items":[{"before":"5f57e8db10f9e385e8416c9acbee962d27745489","after":"30f8a743a289064a531f24d42b50b6614f0dd63f","ref":"refs/heads/master","pushedAt":"2023-10-24T22:24:58.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"docs: remove old links","shortMessageHtmlLink":"docs: remove old links"}},{"before":"bcf71090c92b536f285bd91a43d0fb83792e7c18","after":"30f8a743a289064a531f24d42b50b6614f0dd63f","ref":"refs/heads/main","pushedAt":"2023-10-08T14:51:54.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"docs: remove old links","shortMessageHtmlLink":"docs: remove old links"}},{"before":"ec58f0c086ce168d38baa0f68d1b96e46dcbd1d2","after":"30f8a743a289064a531f24d42b50b6614f0dd63f","ref":"refs/heads/next","pushedAt":"2023-10-08T14:51:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"docs: remove old links","shortMessageHtmlLink":"docs: remove old links"}},{"before":"1567245222558c0c4b7f84379422def0ed3ebdef","after":"ec58f0c086ce168d38baa0f68d1b96e46dcbd1d2","ref":"refs/heads/next","pushedAt":"2023-09-06T21:24:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"style: run stylua and automate it","shortMessageHtmlLink":"style: run stylua and automate it"}},{"before":"b640680bb92df3d5f2856021e0fbbad9f098e6e1","after":"1567245222558c0c4b7f84379422def0ed3ebdef","ref":"refs/heads/next","pushedAt":"2023-09-06T21:14:26.000Z","pushType":"push","commitsCount":194,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"refactor: move most stuff under `private`\n\nBig changes, so this is quite risky. May bake on the \"next\" branch for a\nwhile in order to flush out bugs.","shortMessageHtmlLink":"refactor: move most stuff under private"}},{"before":"6c269c0ecf4e1d22a834f48cf342fc95d36b9f81","after":"bcf71090c92b536f285bd91a43d0fb83792e7c18","ref":"refs/heads/main","pushedAt":"2023-09-05T18:41:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"feat: support more idiomatic initialization pattern\n\neg.\n\n require'corpus'{\n auto_cd = true,\n directories = { ... },\n }\n\ninstead of\n\n CorpusAutoCd = true\n CorpusDirectories = { ... }\n\nHaven't documented it yet; see future commit for that.\n\nI'll leave support for the old globals around for a while but eventually\nremove them.","shortMessageHtmlLink":"feat: support more idiomatic initialization pattern"}},{"before":"1ad831221320def4c86a6a2edb86057f8bc34f65","after":"6c269c0ecf4e1d22a834f48cf342fc95d36b9f81","ref":"refs/heads/main","pushedAt":"2023-09-05T10:41:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"fix: remove hard-dependency on not-yet-released vim.uv property\n\nI didn't notice this yesterday on my personal machine due to a `brew\nupdate` bringing in a newer build of Neovim, but on getting onto my work\nmachine today (which is using v0.9.1) I see it blow up.\n\nCloses: https://github.com/wincent/corpus/issues/85","shortMessageHtmlLink":"fix: remove hard-dependency on not-yet-released vim.uv property"}},{"before":"486dcae766b303f9830b99fe03b7b44e8922d5d1","after":"1ad831221320def4c86a6a2edb86057f8bc34f65","ref":"refs/heads/main","pushedAt":"2023-09-04T18:01:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"feat: add g:CorpusSort\n\nAs noted in the related issue, this matches the behavior of nvALT, and\nit was the behavior of Corpus too back when it was an Electron app.\n\nBut making it opt-in as it is technically a \"breaking\" change (a\nsignificant change to the plug-in's behavior).\n\nDocs regenerated with:\n\n (\n cd ~/code/docvim-haskell && \\\n bin/docvim \\\n ~/code/corpus/doc/corpus.txt ~/code/corpus/README.md \\\n -c ~/code/corpus \\\n -v\n )\n\nCloses: https://github.com/wincent/corpus/issues/74","shortMessageHtmlLink":"feat: add g:CorpusSort"}},{"before":"5f57e8db10f9e385e8416c9acbee962d27745489","after":"486dcae766b303f9830b99fe03b7b44e8922d5d1","ref":"refs/heads/main","pushedAt":"2023-09-04T17:07:06.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"wincent","name":"Greg Hurrell","path":"/wincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7074?s=80&v=4"},"commit":{"message":"chore: ignore doc/tags","shortMessageHtmlLink":"chore: ignore doc/tags"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADnu9LXQA","startCursor":null,"endCursor":null}},"title":"Activity ยท wincent/corpus"}