{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":28521392,"defaultBranch":"master","name":"Nvim-R","ownerLogin":"jalvesaq","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-26T21:16:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/891655?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718481425.0","currentOid":""},"activityList":{"items":[{"before":"4a4c8df9f757e9c25b0ab3426df511664d4b337a","after":"b7cdc9bcd6879465023e20b4a3ae16968edda776","ref":"refs/heads/master","pushedAt":"2024-08-26T21:36:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Fix issues with source()\n- Remove fixed bug from Known bugs section.\n- When sourcing whole file:\n - Add spaced=FALSE.\n - Add print.eval=TRUE.\nSee .","shortMessageHtmlLink":"Fix issues with source()"}},{"before":"285e0065a66ed6afee0b80aa116bac86b94f2161","after":"4a4c8df9f757e9c25b0ab3426df511664d4b337a","ref":"refs/heads/master","pushedAt":"2024-08-16T11:16:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Avoid nvimrserver crash if \\n in objects names","shortMessageHtmlLink":"Avoid nvimrserver crash if \\n in objects names"}},{"before":"fe40265d48aeaeae316b623d82816fa1de318910","after":"285e0065a66ed6afee0b80aa116bac86b94f2161","ref":"refs/heads/master","pushedAt":"2024-07-25T22:46:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Partial fix for #816 (#817)\n\n* Partial fix for #816\r\n\r\nCreates a separate trigger for R_assign = 2 so that it doesn't drop out of insert mode unless two underscores (or R_assign_map characters) are typed. Consequently, inserts like \"this_variable_name\" will be correctly saved to the repeat register.\r\n\r\nHowever the repeat register (@.) is still reset if a substitution is made. This will be harder to fix.","shortMessageHtmlLink":"Partial fix for #816 (#817)"}},{"before":"b984481474a0e916eeafc63a3283f7cfdb4110e5","after":"fe40265d48aeaeae316b623d82816fa1de318910","ref":"refs/heads/master","pushedAt":"2024-07-03T19:08:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Move TaskCallback from nvimcom.c to nvimcom.R\nAvoid bug in future R version.\nSee https://github.com/R-nvim/R.nvim/issues/167","shortMessageHtmlLink":"Move TaskCallback from nvimcom.c to nvimcom.R"}},{"before":"ffc83273a700b68dbaaa2e44e5f9f4c8de45c4d4","after":null,"ref":"refs/heads/compl_data","pushedAt":"2024-06-15T19:57:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"}},{"before":"a780503c2478e6655f7820a5e1926cf058ca2e2b","after":"b984481474a0e916eeafc63a3283f7cfdb4110e5","ref":"refs/heads/master","pushedAt":"2024-06-15T17:06:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Improvements when building completion data\n- New options to control how many list levels to include in completion\n data: `R_compl_data` (Close #814).\n- Correctly get the last unnamed list element.","shortMessageHtmlLink":"Improvements when building completion data"}},{"before":"c7cfc5d0bc764e2920c74636df96869378e8ef5e","after":"ffc83273a700b68dbaaa2e44e5f9f4c8de45c4d4","ref":"refs/heads/compl_data","pushedAt":"2024-06-15T02:06:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Fix last unnamed list element in completion data","shortMessageHtmlLink":"Fix last unnamed list element in completion data"}},{"before":null,"after":"c7cfc5d0bc764e2920c74636df96869378e8ef5e","ref":"refs/heads/compl_data","pushedAt":"2024-06-15T00:13:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"New option: R_compl_data","shortMessageHtmlLink":"New option: R_compl_data"}},{"before":"ff0de0f2a05ff313a272e8dd758e1b2f3a07b6e3","after":"a780503c2478e6655f7820a5e1926cf058ca2e2b","ref":"refs/heads/master","pushedAt":"2024-04-16T15:07:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Fix bsd nvimcom (#811)\n\nAdd networking header files common to BSD *nixes\r\nClose #810","shortMessageHtmlLink":"Fix bsd nvimcom (#811)"}},{"before":"82b84682e96b36ca90dcb2fba535a91079b8cd43","after":"ff0de0f2a05ff313a272e8dd758e1b2f3a07b6e3","ref":"refs/heads/master","pushedAt":"2024-03-21T19:20:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Use callout in README (#808)\n\nThis should draw more attention to the note that Nvim-R is superseded.","shortMessageHtmlLink":"Use callout in README (#808)"}},{"before":"4f589bace1fd55c533986ec96a8fe2911724a8c2","after":"82b84682e96b36ca90dcb2fba535a91079b8cd43","ref":"refs/heads/master","pushedAt":"2024-03-14T20:48:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Require nvim-0.8.0 to `nvim_set_option_value()`\nClose #807","shortMessageHtmlLink":"Require nvim-0.8.0 to nvim_set_option_value()"}},{"before":"167ccf60f57616708bc6c556bc3f915bf91591a8","after":"4f589bace1fd55c533986ec96a8fe2911724a8c2","ref":"refs/heads/master","pushedAt":"2024-03-12T12:08:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Minor changes\n- Require nvim-0.8.0 to call the function `nvim_set_option_value()`\n (see https://github.com/jalvesaq/Nvim-R/issues/784#issuecomment-1991473638).\n- Only alert about R.nvim existence if $MYVIMRC is `init.lua`.\n- Improve arrow curve in SVG image.","shortMessageHtmlLink":"Minor changes"}},{"before":"c7963e4df69f8e837fb10a4d9c7fdeced64bdfe9","after":"167ccf60f57616708bc6c556bc3f915bf91591a8","ref":"refs/heads/master","pushedAt":"2024-03-03T19:47:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Version 0.9.20","shortMessageHtmlLink":"Version 0.9.20"}},{"before":"2e3e5c3b53d0b0ebae1f3b89ffe805b7047c7674","after":null,"ref":"refs/heads/oldstable","pushedAt":"2024-02-19T20:59:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"}},{"before":"f68f7745fe92429d1fa080a8a7d6d6075be9f752","after":null,"ref":"refs/heads/stable","pushedAt":"2024-02-19T20:59:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"}},{"before":"294e2967a26c8170db60091c1b6a0aa05541fa3b","after":"c7963e4df69f8e837fb10a4d9c7fdeced64bdfe9","ref":"refs/heads/master","pushedAt":"2024-02-19T20:51:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Update README: remove reference to R-Vim-runtime","shortMessageHtmlLink":"Update README: remove reference to R-Vim-runtime"}},{"before":"6cd4e1eded92da84e8d3a851be34615fc1e23fd6","after":"294e2967a26c8170db60091c1b6a0aa05541fa3b","ref":"refs/heads/master","pushedAt":"2024-02-18T01:43:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Mostly disables itself if R.nvim is installed","shortMessageHtmlLink":"Mostly disables itself if R.nvim is installed"}},{"before":"e022c91e5f56a5256c83b5f9a4ff09e7effad102","after":"6cd4e1eded92da84e8d3a851be34615fc1e23fd6","ref":"refs/heads/master","pushedAt":"2024-02-11T01:29:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Update documentation","shortMessageHtmlLink":"Update documentation"}},{"before":"d1aff51dd4e46c821bb233c44ab84e0d6205e3a9","after":"e022c91e5f56a5256c83b5f9a4ff09e7effad102","ref":"refs/heads/master","pushedAt":"2024-02-04T15:38:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Increase nvimcom version number\nSee https://github.com/jalvesaq/cmp-nvim-r/issues/12","shortMessageHtmlLink":"Increase nvimcom version number"}},{"before":"9e7907653fc91493a80ec22b8fa034638ff8d9be","after":"d1aff51dd4e46c821bb233c44ab84e0d6205e3a9","ref":"refs/heads/master","pushedAt":"2024-02-04T14:49:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Delete mapping for function that doesn't exist","shortMessageHtmlLink":"Delete mapping for function that doesn't exist"}},{"before":"2130827ddd6f9e370d532d6b1c4ee9ea0d03f336","after":"9e7907653fc91493a80ec22b8fa034638ff8d9be","ref":"refs/heads/master","pushedAt":"2024-01-22T20:12:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Only call nvim_set_option_value() if nvim >= 0.7\nClose #801","shortMessageHtmlLink":"Only call nvim_set_option_value() if nvim >= 0.7"}},{"before":"bc548ee07d9631023282003a7dc0b79256522134","after":"2130827ddd6f9e370d532d6b1c4ee9ea0d03f336","ref":"refs/heads/master","pushedAt":"2024-01-21T18:24:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"fix(misc.R): change sdq parameter to edq in nvim_complete_args function to fix a typo (#800)\n\n* fix(misc.R): change sdq parameter to edq in nvim_complete_args function to fix a typo","shortMessageHtmlLink":"fix(misc.R): change sdq parameter to edq in nvim_complete_args functi…"}},{"before":"4d15df7c9298635bb8b64902ebf06957d774a65a","after":"bc548ee07d9631023282003a7dc0b79256522134","ref":"refs/heads/master","pushedAt":"2024-01-20T20:53:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Document functions of nvimcom/*.R","shortMessageHtmlLink":"Document functions of nvimcom/*.R"}},{"before":"be3ee4177ef869ade1d3f74923040c89c0a4e7f9","after":"4d15df7c9298635bb8b64902ebf06957d774a65a","ref":"refs/heads/master","pushedAt":"2024-01-20T14:51:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Escape backclash before sending commands in RQuarto (#799)\n\n* Fix encoding issue for start options file on Windows","shortMessageHtmlLink":"Escape backclash before sending commands in RQuarto (#799)"}},{"before":"23e479e12efb14259c764497931dbb67465bcef1","after":"be3ee4177ef869ade1d3f74923040c89c0a4e7f9","ref":"refs/heads/master","pushedAt":"2024-01-18T00:59:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"nvimcom.c: document functions and global variables","shortMessageHtmlLink":"nvimcom.c: document functions and global variables"}},{"before":"17a3839a5f9d0f64d9546ba642f489fccdf53be7","after":"23e479e12efb14259c764497931dbb67465bcef1","ref":"refs/heads/master","pushedAt":"2024-01-16T18:24:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"More `else`s without curly braces","shortMessageHtmlLink":"More elses without curly braces"}},{"before":"1c7eb5dfd718e684a7e21717431c803e75a9e1a8","after":"17a3839a5f9d0f64d9546ba642f489fccdf53be7","ref":"refs/heads/master","pushedAt":"2024-01-16T11:21:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Always put `else` between braces in R code","shortMessageHtmlLink":"Always put else between braces in R code"}},{"before":"8053b83ffa19170142ac3e5d0928e140b5ff7853","after":"1c7eb5dfd718e684a7e21717431c803e75a9e1a8","ref":"refs/heads/master","pushedAt":"2024-01-14T20:01:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Add language to code blocks","shortMessageHtmlLink":"Add language to code blocks"}},{"before":"6244a56567e1a4bdfa28eb284f6bfc479d72daf3","after":"8053b83ffa19170142ac3e5d0928e140b5ff7853","ref":"refs/heads/master","pushedAt":"2024-01-13T12:05:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Optimization: variables in the innermost scope\nAlso:\n - replace bzero() with memset();\n - avoid use of uninitialized value in REprintf() if the socket creation failed.","shortMessageHtmlLink":"Optimization: variables in the innermost scope"}},{"before":"45f03f876927d40ed956d54e194de4ec0d87f351","after":"6244a56567e1a4bdfa28eb284f6bfc479d72daf3","ref":"refs/heads/master","pushedAt":"2024-01-12T21:19:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jalvesaq","name":"Jakson Alves de Aquino","path":"/jalvesaq","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891655?s=80&v=4"},"commit":{"message":"Hide documentation on (un)commenting code","shortMessageHtmlLink":"Hide documentation on (un)commenting code"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQyMTozNjoxNy4wMDAwMDBazwAAAASktae-","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQyMTozNjoxNy4wMDAwMDBazwAAAASktae-","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0xMlQyMToxOTo0Ni4wMDAwMDBazwAAAAPek6rY"}},"title":"Activity · jalvesaq/Nvim-R"}