{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":16408992,"defaultBranch":"master","name":"neovim","ownerLogin":"neovim","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-01-31T13:39:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6471485?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718255689.0","currentOid":""},"activityList":{"items":[{"before":"72155121006bca884e154e935640054f2e090367","after":null,"ref":"refs/tags/nightly","pushedAt":"2024-06-13T05:14:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"a784b901bee8a3626a5ed93e1be49e40749afa52","after":null,"ref":"refs/heads/backport-29096-to-release-0.10","pushedAt":"2024-06-13T03:13:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"}},{"before":"06084444471755f0f2969077fb70ad4ce971817d","after":"4d9114d3aba8ce11fbea422142ae826e6d1f684a","ref":"refs/heads/release-0.10","pushedAt":"2024-06-13T03:13:24.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"Merge pull request #29309 from neovim/backport-29096-to-release-0.10\n\nfix(tui): skip TUI in ui_rgb_attached","shortMessageHtmlLink":"Merge pull request #29309 from neovim/backport-29096-to-release-0.10"}},{"before":null,"after":"a784b901bee8a3626a5ed93e1be49e40749afa52","ref":"refs/heads/backport-29096-to-release-0.10","pushedAt":"2024-06-13T01:27:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"fix(tui): skip TUI in ui_rgb_attached (#29096)\n\nThe ui_rgb_attached function determines if any UI is attached which\nsupports RGB (truecolor). We determine if the TUI supports RGB via the\n'termguicolors' option which is checked at the beginning of this\nfunction. If the TUI does not support RGB ('termguicolors' is unset), we\ncheck to see if any _other_ UI is attached which supports RGB.\n\nNormally, the TUI's \"rgb\" flag and the 'termguicolors' option are the\nsame. However, they may differ during startup when the \"rgb\" flag is set\nby tui/tui.c to indicate to the core that the terminal emulator supports\ntruecolor. The 'termguicolors' option is not actually set until\n_defaults.lua runs.\n\n(cherry picked from commit 0231265c8cf8c13f317bbddcfcbac2639e7022cd)","shortMessageHtmlLink":"fix(tui): skip TUI in ui_rgb_attached (#29096)"}},{"before":"981548b7f782bdd21bc14c7930c46f300d0018ee","after":null,"ref":"refs/heads/backport-29103-to-release-0.10","pushedAt":"2024-06-13T01:25:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"}},{"before":"8a8c3ed4dccda23c13d1d46b165f5e1511e5b67b","after":"06084444471755f0f2969077fb70ad4ce971817d","ref":"refs/heads/release-0.10","pushedAt":"2024-06-13T01:25:42.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"Merge pull request #29308 from neovim/backport-29103-to-release-0.10\n\ntest: do not set termguicolors in test runner","shortMessageHtmlLink":"Merge pull request #29308 from neovim/backport-29103-to-release-0.10"}},{"before":null,"after":"981548b7f782bdd21bc14c7930c46f300d0018ee","ref":"refs/heads/backport-29103-to-release-0.10","pushedAt":"2024-06-13T01:09:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"test: remove checks for failed tests on Windows\n\n(cherry picked from commit 5493fcd52f2eaab4b6a81c366529e80ca3dec535)","shortMessageHtmlLink":"test: remove checks for failed tests on Windows"}},{"before":"6311a7fe4b416c23a336c1392a44cf3192ebde36","after":"0231265c8cf8c13f317bbddcfcbac2639e7022cd","ref":"refs/heads/master","pushedAt":"2024-06-13T00:55:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gpanders","name":"Gregory Anders","path":"/gpanders","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8965202?s=80&v=4"},"commit":{"message":"fix(tui): skip TUI in ui_rgb_attached (#29096)\n\nThe ui_rgb_attached function determines if any UI is attached which\r\nsupports RGB (truecolor). We determine if the TUI supports RGB via the\r\n'termguicolors' option which is checked at the beginning of this\r\nfunction. If the TUI does not support RGB ('termguicolors' is unset), we\r\ncheck to see if any _other_ UI is attached which supports RGB.\r\n\r\nNormally, the TUI's \"rgb\" flag and the 'termguicolors' option are the\r\nsame. However, they may differ during startup when the \"rgb\" flag is set\r\nby tui/tui.c to indicate to the core that the terminal emulator supports\r\ntruecolor. The 'termguicolors' option is not actually set until\r\n_defaults.lua runs.","shortMessageHtmlLink":"fix(tui): skip TUI in ui_rgb_attached (#29096)"}},{"before":"53afdf360cf195c02c22865f4e63b273d1ef152e","after":"6311a7fe4b416c23a336c1392a44cf3192ebde36","ref":"refs/heads/master","pushedAt":"2024-06-13T00:31:15.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"gpanders","name":"Gregory Anders","path":"/gpanders","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8965202?s=80&v=4"},"commit":{"message":"Merge pull request #29103 from gpanders/test-no-tgc\n\ntest: do not set termguicolors in test runner","shortMessageHtmlLink":"Merge pull request #29103 from gpanders/test-no-tgc"}},{"before":"9cac40ba1e1e973392e4db71d2855867b57ce850","after":"53afdf360cf195c02c22865f4e63b273d1ef152e","ref":"refs/heads/master","pushedAt":"2024-06-12T16:30:11.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"lewis6991","name":"Lewis Russell","path":"/lewis6991","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7904185?s=80&v=4"},"commit":{"message":"Merge pull request #29303 from lewis6991/fix/wobuf\n\nfix(vim.wo): never allow non-zero bufnr","shortMessageHtmlLink":"Merge pull request #29303 from lewis6991/fix/wobuf"}},{"before":"72155121006bca884e154e935640054f2e090367","after":"9cac40ba1e1e973392e4db71d2855867b57ce850","ref":"refs/heads/master","pushedAt":"2024-06-12T16:17:53.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"gpanders","name":"Gregory Anders","path":"/gpanders","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8965202?s=80&v=4"},"commit":{"message":"Merge pull request #29290 from gpanders/push-wuqlkrkuypzz\n\nAdd StatusLineTerm highlight group and move terminal buffer defaults","shortMessageHtmlLink":"Merge pull request #29290 from gpanders/push-wuqlkrkuypzz"}},{"before":"37bf4c572a8fa20dc4a8433524ecc8c8d68fe53c","after":null,"ref":"refs/tags/nightly","pushedAt":"2024-06-12T05:12:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"033810ba23c25a98b7aeb703d1d61463bfcab503","after":"72155121006bca884e154e935640054f2e090367","ref":"refs/heads/master","pushedAt":"2024-06-12T03:44:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"vim-patch:210b39c: runtime(doc): clarify documentation for \"v\" position at line() (#29296)\n\nProblem: the previous documentation falsely states that \"v\" always\r\nrefers to the start of a visual area. In fact, the reference of \"v\" and\r\n\".\" complement each other. If the cursor is at the start of\r\na (characterwise) visual area, then \"v\" refers to the end of the area.\r\n\r\nSolution: be more verbose and explicit about the connection between \".\"\r\nand \"v\" and also refer to |v_o| which many vim users will be familiar\r\nwith for visual areas.\r\n\r\nhttps://github.com/vim/vim/commit/210b39c2d686d875e2464ca1f42131453dc6bd41\r\n\r\nCo-authored-by: Peter Aronoff ","shortMessageHtmlLink":"vim-patch:210b39c: runtime(doc): clarify documentation for \"v\" positi…"}},{"before":"d73910d7f6126441ffa432bc72c15827f9a0a90b","after":"033810ba23c25a98b7aeb703d1d61463bfcab503","ref":"refs/heads/master","pushedAt":"2024-06-12T03:07:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"vim-patch:9.1.0477: block_editing errors out when using (#29294)\n\nProblem: block_editing errors out when using \r\n (Ali Rizvi-Santiago, after v9.1.0274)\r\nSolution: Change ins_len from size_t to int so that the test\r\n if ins_len is negative actually works properly\r\n\r\nAdd a test, so that this doesn't regress.\r\n\r\nfixes: vim/vim#14960\r\n\r\nhttps://github.com/vim/vim/commit/1fb9eae5794c3f808468fbc2935c5144f9e0b5b1\r\n\r\nCo-authored-by: Christian Brabandt ","shortMessageHtmlLink":"vim-patch:9.1.0477: block_editing errors out when using <enter> (#29294)"}},{"before":"af8001d10085479b5b7d9ac6d7505a030e620974","after":"d73910d7f6126441ffa432bc72c15827f9a0a90b","ref":"refs/heads/master","pushedAt":"2024-06-12T03:07:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293)\n\nhttps://github.com/vim/vim/commit/b4e648a0066940e0e8b513ff2e7347b5a3473694\r\n\r\nCo-authored-by: Ken Takata ","shortMessageHtmlLink":"vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293)"}},{"before":"66a1e028e6edfc26e9546f1c68f3e4bdf159511e","after":"af8001d10085479b5b7d9ac6d7505a030e620974","ref":"refs/heads/master","pushedAt":"2024-06-12T03:06:57.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"Merge pull request #29292 from zeertzjq/vim-059cbe893355\n\nvim-patch:059cbe8,959c3c8","shortMessageHtmlLink":"Merge pull request #29292 from zeertzjq/vim-059cbe893355"}},{"before":"0ee3147bc766f76e4f3dd31fa4430af4986ba76b","after":"8a8c3ed4dccda23c13d1d46b165f5e1511e5b67b","ref":"refs/heads/release-0.10","pushedAt":"2024-06-12T02:19:20.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zeertzjq","name":null,"path":"/zeertzjq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/35768171?s=80&v=4"},"commit":{"message":"Merge pull request #29279 from luukvbaal/backport-29272-to-release-0.10\n\nfix(column): clamp line number for legacy signs","shortMessageHtmlLink":"Merge pull request #29279 from luukvbaal/backport-29272-to-release-0.10"}},{"before":"3ad977f01d97e84b576e6965c5c9e4f75c10cb35","after":"66a1e028e6edfc26e9546f1c68f3e4bdf159511e","ref":"refs/heads/master","pushedAt":"2024-06-11T22:02:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"clason","name":"Christian Clason","path":"/clason","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2361214?s=80&v=4"},"commit":{"message":"vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop in indent script\n\ncloses: vim/vim#14962\n\nhttps://github.com/vim/vim/commit/2e3b2a8d8971850f15fb367ddb358a8565e15324\n\nCo-authored-by: Yinzuo Jiang ","shortMessageHtmlLink":"vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop…"}},{"before":"39d8651283c0458c20b755d2140c8a3cb7b581c5","after":"3ad977f01d97e84b576e6965c5c9e4f75c10cb35","ref":"refs/heads/master","pushedAt":"2024-06-11T18:18:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gpanders","name":"Gregory Anders","path":"/gpanders","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8965202?s=80&v=4"},"commit":{"message":"feat(terminal): add support for copying with OSC 52 in embedded terminal (#29117)\n\nWhen libvterm receives the OSC 52 escape sequence it ignores it because\r\nNvim does not set any selection callbacks. Install selection callbacks\r\nthat forward to the clipboard provider, so that setting the clipboard\r\nwith OSC 52 in the embedded terminal writes to the system clipboard\r\nusing the configured clipboard provider.","shortMessageHtmlLink":"feat(terminal): add support for copying with OSC 52 in embedded termi…"}},{"before":"c37695a5d5f2e8914fff86f3581bed70b4c85d3c","after":"39d8651283c0458c20b755d2140c8a3cb7b581c5","ref":"refs/heads/master","pushedAt":"2024-06-11T17:21:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bfredl","name":null,"path":"/bfredl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1363104?s=80&v=4"},"commit":{"message":"Merge pull request #29278 from bfredl/strcat\n\nrefactor(memory): use builtin strcat() instead of STRCAT()","shortMessageHtmlLink":"Merge pull request #29278 from bfredl/strcat"}},{"before":"44410d063ad23544f87d1c8a553de336ae7939d8","after":"c37695a5d5f2e8914fff86f3581bed70b4c85d3c","ref":"refs/heads/master","pushedAt":"2024-06-11T15:40:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lewis6991","name":"Lewis Russell","path":"/lewis6991","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7904185?s=80&v=4"},"commit":{"message":"refactor: use S_LEN(s) instead of s, n (#29219)","shortMessageHtmlLink":"refactor: use S_LEN(s) instead of s, n (#29219)"}},{"before":"e947f226bebef1310af39ce3d93d7bb87e85d757","after":"44410d063ad23544f87d1c8a553de336ae7939d8","ref":"refs/heads/master","pushedAt":"2024-06-11T15:37:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lewis6991","name":"Lewis Russell","path":"/lewis6991","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7904185?s=80&v=4"},"commit":{"message":"fix(types): add some vim.fn type annotations\n\nProblem: Some vim.fn have no type annotations.\n\nSolution: Add type annotations.","shortMessageHtmlLink":"fix(types): add some vim.fn type annotations"}},{"before":"c06f3dbe3ee82bd8c9e5d8625b225a937a9e5e9e","after":"e947f226bebef1310af39ce3d93d7bb87e85d757","ref":"refs/heads/master","pushedAt":"2024-06-11T15:36:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lewis6991","name":"Lewis Russell","path":"/lewis6991","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7904185?s=80&v=4"},"commit":{"message":"fix(types): use vararg return type annotation\n\nbuild(types): allow vararg returns in function types","shortMessageHtmlLink":"fix(types): use vararg return type annotation"}},{"before":"5e49ef0af3cb8dba658e5d0dc6a807f8edebf590","after":"c06f3dbe3ee82bd8c9e5d8625b225a937a9e5e9e","ref":"refs/heads/master","pushedAt":"2024-06-11T12:00:11.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"clason","name":"Christian Clason","path":"/clason","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2361214?s=80&v=4"},"commit":{"message":"vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin files\n\ncloses: vim/vim#14956\n\nhttps://github.com/vim/vim/commit/2d88210b3c8516c30ed104054e5cdaef67880755\n\nCo-authored-by: inzuo Jiang \nCo-authored-by: Aram Drevekenin ","shortMessageHtmlLink":"vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin …"}},{"before":"d8e384b7bfd5829e5ff5006202faa584b3211e84","after":"5e49ef0af3cb8dba658e5d0dc6a807f8edebf590","ref":"refs/heads/master","pushedAt":"2024-06-11T11:45:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lewis6991","name":"Lewis Russell","path":"/lewis6991","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7904185?s=80&v=4"},"commit":{"message":"refactor(lua): improve type annotations","shortMessageHtmlLink":"refactor(lua): improve type annotations"}},{"before":"37bf4c572a8fa20dc4a8433524ecc8c8d68fe53c","after":"d8e384b7bfd5829e5ff5006202faa584b3211e84","ref":"refs/heads/master","pushedAt":"2024-06-11T07:52:10.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bfredl","name":null,"path":"/bfredl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1363104?s=80&v=4"},"commit":{"message":"Merge pull request #29272 from luukvbaal/signcol\n\nfix(column): clamp line number for legacy signs","shortMessageHtmlLink":"Merge pull request #29272 from luukvbaal/signcol"}},{"before":"20f22f75ee629ae2db4cd99e730fa0af26553177","after":null,"ref":"refs/tags/nightly","pushedAt":"2024-06-11T05:11:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"46c2962b3a5529ce1e918c6da768747f8f3d5263","after":"0ee3147bc766f76e4f3dd31fa4430af4986ba76b","ref":"refs/heads/release-0.10","pushedAt":"2024-06-10T20:22:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mfussenegger","name":"Mathias Fußenegger","path":"/mfussenegger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38700?s=80&v=4"},"commit":{"message":"fix(lsp): do not reset buf version when detaching client (#29273)\n\n(cherry picked from commit 37bf4c572a8fa20dc4a8433524ecc8c8d68fe53c)\r\n\r\nCo-authored-by: Ilia Choly ","shortMessageHtmlLink":"fix(lsp): do not reset buf version when detaching client (#29273)"}},{"before":"6dfebb31efef806400a51138c9e8699d3f026ed8","after":null,"ref":"refs/heads/backport-29242-to-release-0.10","pushedAt":"2024-06-10T20:22:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mfussenegger","name":"Mathias Fußenegger","path":"/mfussenegger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38700?s=80&v=4"}},{"before":null,"after":"6dfebb31efef806400a51138c9e8699d3f026ed8","ref":"refs/heads/backport-29242-to-release-0.10","pushedAt":"2024-06-10T16:53:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"fix(lsp): do not reset buf version when detaching client (#29242)\n\n(cherry picked from commit 37bf4c572a8fa20dc4a8433524ecc8c8d68fe53c)","shortMessageHtmlLink":"fix(lsp): do not reset buf version when detaching client (#29242)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZAEvdQA","startCursor":null,"endCursor":null}},"title":"Activity · neovim/neovim"}