55    "author_association" : " NONE"  ,
66    "body" : " ### Neovim version (nvim -v)\n\n 0.6.1\n\n ### Vim (not Nvim) behaves the same?\n\n no, vim 8.2.2824\n\n ### Operating system/version\n\n Windows 11\n\n ### Terminal name/version\n\n Windows Terminal 1.11.3471.0\n\n ### $TERM environment variable\n\n xterm-256color\n\n ### Installation\n\n scoop\n\n ### How to reproduce the issue\n\n Run nvim in MSYS2\n\n ### Expected behavior\n\n In vim\r\n ```vim\r\n echo &shell\r\n\"  D:/msys64/usr/bin/zsh\r\n\r\n echo &shellcmdflag\r\n\"  -c\r\n ```\n\n ### Actual behavior\n\n In nvim\r\n ```vim\r\n echo &shell\r\n\"  D:/msys64/usr/bin/zsh\r\n\r\n echo &shellcmdflag\r\n\"  /s /c\r\n ```"  ,
77    "closed_at" : null ,
8+     "closed_by" : null ,
89    "comment_data" : [
910        {
1011            "author_association" : " NONE"  ,
4748                "starred_url" : " https://api.github.com/users/moeshin/starred{/owner}{/repo}"  ,
4849                "subscriptions_url" : " https://api.github.com/users/moeshin/subscriptions"  ,
4950                "type" : " User"  ,
50-                 "url" : " https://api.github.com/users/moeshin" 
51+                 "url" : " https://api.github.com/users/moeshin"  ,
52+                 "user_view_type" : " public" 
5153            }
5254        },
5355        {
9193                "starred_url" : " https://api.github.com/users/3N4N/starred{/owner}{/repo}"  ,
9294                "subscriptions_url" : " https://api.github.com/users/3N4N/subscriptions"  ,
9395                "type" : " User"  ,
94-                 "url" : " https://api.github.com/users/3N4N" 
96+                 "url" : " https://api.github.com/users/3N4N"  ,
97+                 "user_view_type" : " public" 
9598            }
9699        },
97100        {
135138                "starred_url" : " https://api.github.com/users/justinmk/starred{/owner}{/repo}"  ,
136139                "subscriptions_url" : " https://api.github.com/users/justinmk/subscriptions"  ,
137140                "type" : " User"  ,
138-                 "url" : " https://api.github.com/users/justinmk" 
141+                 "url" : " https://api.github.com/users/justinmk"  ,
142+                 "user_view_type" : " public" 
139143            }
140144        },
141145        {
179183                "starred_url" : " https://api.github.com/users/3N4N/starred{/owner}{/repo}"  ,
180184                "subscriptions_url" : " https://api.github.com/users/3N4N/subscriptions"  ,
181185                "type" : " User"  ,
182-                 "url" : " https://api.github.com/users/3N4N" 
186+                 "url" : " https://api.github.com/users/3N4N"  ,
187+                 "user_view_type" : " public" 
183188            }
184189        },
185190        {
223228                "starred_url" : " https://api.github.com/users/justinmk/starred{/owner}{/repo}"  ,
224229                "subscriptions_url" : " https://api.github.com/users/justinmk/subscriptions"  ,
225230                "type" : " User"  ,
226-                 "url" : " https://api.github.com/users/justinmk" 
231+                 "url" : " https://api.github.com/users/justinmk"  ,
232+                 "user_view_type" : " public" 
227233            }
228234        },
229235        {
267273                "starred_url" : " https://api.github.com/users/dilawar/starred{/owner}{/repo}"  ,
268274                "subscriptions_url" : " https://api.github.com/users/dilawar/subscriptions"  ,
269275                "type" : " User"  ,
270-                 "url" : " https://api.github.com/users/dilawar" 
276+                 "url" : " https://api.github.com/users/dilawar"  ,
277+                 "user_view_type" : " public" 
271278            }
272279        },
273280        {
311318                "starred_url" : " https://api.github.com/users/LunarLambda/starred{/owner}{/repo}"  ,
312319                "subscriptions_url" : " https://api.github.com/users/LunarLambda/subscriptions"  ,
313320                "type" : " User"  ,
314-                 "url" : " https://api.github.com/users/LunarLambda" 
321+                 "url" : " https://api.github.com/users/LunarLambda"  ,
322+                 "user_view_type" : " public" 
323+             }
324+         },
325+         {
326+             "author_association" : " NONE"  ,
327+             "body" : " The proposals so far work only for cases whit a fixed shell.\n I find myself needing to start vim from different contexts, which use different shells.\n Is there no mechanism to pull `shellcmdflag` from an array with an entry for each of the configured shells?\n Something like:\n ```lua\n shellcfgcmds= {[\" cmd.exe\" ]=\" /s /c\" ,\n                    [\" bash\" ]=\" -c\" ,\n                    ...}\n ```\n "  ,
328+             "created_at" : " 2024-12-08T18:09:09Z"  ,
329+             "html_url" : " https://github.com/neovim/neovim/issues/16957#issuecomment-2526296787"  ,
330+             "id" : 2526296787 ,
331+             "issue_url" : " https://api.github.com/repos/neovim/neovim/issues/16957"  ,
332+             "node_id" : " IC_kwDOAPphoM6WlDrT"  ,
333+             "performed_via_github_app" : null ,
334+             "reactions" : {
335+                 "+1" : 0 ,
336+                 "-1" : 0 ,
337+                 "confused" : 0 ,
338+                 "eyes" : 0 ,
339+                 "heart" : 0 ,
340+                 "hooray" : 0 ,
341+                 "laugh" : 0 ,
342+                 "rocket" : 0 ,
343+                 "total_count" : 0 ,
344+                 "url" : " https://api.github.com/repos/neovim/neovim/issues/comments/2526296787/reactions" 
345+             },
346+             "updated_at" : " 2024-12-08T18:09:09Z"  ,
347+             "url" : " https://api.github.com/repos/neovim/neovim/issues/comments/2526296787"  ,
348+             "user" : {
349+                 "avatar_url" : " https://avatars.githubusercontent.com/u/499317?v=4"  ,
350+                 "events_url" : " https://api.github.com/users/bedge/events{/privacy}"  ,
351+                 "followers_url" : " https://api.github.com/users/bedge/followers"  ,
352+                 "following_url" : " https://api.github.com/users/bedge/following{/other_user}"  ,
353+                 "gists_url" : " https://api.github.com/users/bedge/gists{/gist_id}"  ,
354+                 "gravatar_id" : " "  ,
355+                 "html_url" : " https://github.com/bedge"  ,
356+                 "id" : 499317 ,
357+                 "login" : " bedge"  ,
358+                 "node_id" : " MDQ6VXNlcjQ5OTMxNw=="  ,
359+                 "organizations_url" : " https://api.github.com/users/bedge/orgs"  ,
360+                 "received_events_url" : " https://api.github.com/users/bedge/received_events"  ,
361+                 "repos_url" : " https://api.github.com/users/bedge/repos"  ,
362+                 "site_admin" : false ,
363+                 "starred_url" : " https://api.github.com/users/bedge/starred{/owner}{/repo}"  ,
364+                 "subscriptions_url" : " https://api.github.com/users/bedge/subscriptions"  ,
365+                 "type" : " User"  ,
366+                 "url" : " https://api.github.com/users/bedge"  ,
367+                 "user_view_type" : " public" 
368+             }
369+         },
370+         {
371+             "author_association" : " CONTRIBUTOR"  ,
372+             "body" : " > The proposals so far work only for cases whit a fixed shell. I find myself needing to start vim from different contexts, which use different shells. Is there no mechanism to pull `shellcmdflag` from an array with an entry for each of the configured shells? Something like:\n > \n > shellcfgcmds= {[\" cmd.exe\" ]=\" /s /c\" ,\n >                    [\" bash\" ]=\" -c\" ,\n >                    ...}\n\n Probably better off making this a plugin. But also detecting which shell you started neovim from isn't entirely trivial either."  ,
373+             "created_at" : " 2024-12-08T18:16:40Z"  ,
374+             "html_url" : " https://github.com/neovim/neovim/issues/16957#issuecomment-2526299500"  ,
375+             "id" : 2526299500 ,
376+             "issue_url" : " https://api.github.com/repos/neovim/neovim/issues/16957"  ,
377+             "node_id" : " IC_kwDOAPphoM6WlEVs"  ,
378+             "performed_via_github_app" : null ,
379+             "reactions" : {
380+                 "+1" : 0 ,
381+                 "-1" : 0 ,
382+                 "confused" : 0 ,
383+                 "eyes" : 0 ,
384+                 "heart" : 0 ,
385+                 "hooray" : 0 ,
386+                 "laugh" : 0 ,
387+                 "rocket" : 0 ,
388+                 "total_count" : 0 ,
389+                 "url" : " https://api.github.com/repos/neovim/neovim/issues/comments/2526299500/reactions" 
390+             },
391+             "updated_at" : " 2024-12-08T18:16:40Z"  ,
392+             "url" : " https://api.github.com/repos/neovim/neovim/issues/comments/2526299500"  ,
393+             "user" : {
394+                 "avatar_url" : " https://avatars.githubusercontent.com/u/38919842?v=4"  ,
395+                 "events_url" : " https://api.github.com/users/LunarLambda/events{/privacy}"  ,
396+                 "followers_url" : " https://api.github.com/users/LunarLambda/followers"  ,
397+                 "following_url" : " https://api.github.com/users/LunarLambda/following{/other_user}"  ,
398+                 "gists_url" : " https://api.github.com/users/LunarLambda/gists{/gist_id}"  ,
399+                 "gravatar_id" : " "  ,
400+                 "html_url" : " https://github.com/LunarLambda"  ,
401+                 "id" : 38919842 ,
402+                 "login" : " LunarLambda"  ,
403+                 "node_id" : " MDQ6VXNlcjM4OTE5ODQy"  ,
404+                 "organizations_url" : " https://api.github.com/users/LunarLambda/orgs"  ,
405+                 "received_events_url" : " https://api.github.com/users/LunarLambda/received_events"  ,
406+                 "repos_url" : " https://api.github.com/users/LunarLambda/repos"  ,
407+                 "site_admin" : false ,
408+                 "starred_url" : " https://api.github.com/users/LunarLambda/starred{/owner}{/repo}"  ,
409+                 "subscriptions_url" : " https://api.github.com/users/LunarLambda/subscriptions"  ,
410+                 "type" : " User"  ,
411+                 "url" : " https://api.github.com/users/LunarLambda"  ,
412+                 "user_view_type" : " public" 
315413            }
316414        }
317415    ],
318-     "comments" : 7 ,
416+     "comments" : 9 ,
319417    "comments_url" : " https://api.github.com/repos/neovim/neovim/issues/16957/comments"  ,
320418    "created_at" : " 2022-01-06T15:03:18Z"  ,
321419    "events_url" : " https://api.github.com/repos/neovim/neovim/issues/16957/events"  ,
345443    "locked" : false ,
346444    "milestone" : {
347445        "closed_at" : null ,
348-         "closed_issues" : 607 ,
446+         "closed_issues" : 670 ,
349447        "created_at" : " 2014-05-10T20:43:04Z"  ,
350448        "creator" : {
351449            "avatar_url" : " https://avatars.githubusercontent.com/u/1359421?v=4"  ,
365463            "starred_url" : " https://api.github.com/users/justinmk/starred{/owner}{/repo}"  ,
366464            "subscriptions_url" : " https://api.github.com/users/justinmk/subscriptions"  ,
367465            "type" : " User"  ,
368-             "url" : " https://api.github.com/users/justinmk" 
466+             "url" : " https://api.github.com/users/justinmk"  ,
467+             "user_view_type" : " public" 
369468        },
370-         "description" : " Low priority. Not planned for the current target, may be reassigned ."  ,
469+         "description" : " Low priority items. We plan to work on this but don't have a target date ."  ,
371470        "due_on" : null ,
372471        "html_url" : " https://github.com/neovim/neovim/milestone/6"  ,
373472        "id" : 655037 ,
374473        "labels_url" : " https://api.github.com/repos/neovim/neovim/milestones/6/labels"  ,
375474        "node_id" : " MDk6TWlsZXN0b25lNjU1MDM3"  ,
376475        "number" : 6 ,
377-         "open_issues" : 527 ,
476+         "open_issues" : 621 ,
378477        "state" : " open"  ,
379478        "title" : " backlog"  ,
380-         "updated_at" : " 2024-04-22T11:35:03Z "  ,
479+         "updated_at" : " 2024-12-10T00:25:59Z "  ,
381480        "url" : " https://api.github.com/repos/neovim/neovim/milestones/6" 
382481    },
383482    "node_id" : " I_kwDOAPphoM5BSoq2"  ,
384483    "number" : 16957 ,
385484    "performed_via_github_app" : null ,
386485    "reactions" : {
387-         "+1" : 1 ,
486+         "+1" : 2 ,
388487        "-1" : 0 ,
389488        "confused" : 0 ,
390489        "eyes" : 0 ,
391490        "heart" : 0 ,
392491        "hooray" : 0 ,
393492        "laugh" : 0 ,
394493        "rocket" : 0 ,
395-         "total_count" : 1 ,
494+         "total_count" : 2 ,
396495        "url" : " https://api.github.com/repos/neovim/neovim/issues/16957/reactions" 
397496    },
398497    "repository_url" : " https://api.github.com/repos/neovim/neovim"  ,
399498    "state" : " open"  ,
400499    "state_reason" : null ,
500+     "sub_issues_summary" : {
501+         "completed" : 0 ,
502+         "percent_completed" : 0 ,
503+         "total" : 0 
504+     },
401505    "timeline_url" : " https://api.github.com/repos/neovim/neovim/issues/16957/timeline"  ,
402506    "title" : " wrong 'shellcmdflag' in bash or zsh on Windows"  ,
403-     "updated_at" : " 2024-04-17T10 :16:01Z "  ,
507+     "updated_at" : " 2024-12-08T18 :16:41Z "  ,
404508    "url" : " https://api.github.com/repos/neovim/neovim/issues/16957"  ,
405509    "user" : {
406510        "avatar_url" : " https://avatars.githubusercontent.com/u/28248888?v=4"  ,
420524        "starred_url" : " https://api.github.com/users/moeshin/starred{/owner}{/repo}"  ,
421525        "subscriptions_url" : " https://api.github.com/users/moeshin/subscriptions"  ,
422526        "type" : " User"  ,
423-         "url" : " https://api.github.com/users/moeshin" 
527+         "url" : " https://api.github.com/users/moeshin"  ,
528+         "user_view_type" : " public" 
424529    }
425530}
0 commit comments