Gibson Fahnestock
Gibson Fahnestock
Wanted to link the only example I've found (maybe I missed an obvious one) of a way to handle subcommand man page generation: https://github.com/CKingX/ddrescue_error_mapping/blob/05899edbe60c0ee6cfdda70aa6379161d2fb1390/build.rs#L20-L38
Bump, happened in https://github.com/nodejs/node/pull/10839#event-931668098 
>The idea itself SGTM but when an issue is labeled with the wrong-repo, the "right repo" might not necessarily be nodejs/help, how can the bot know which repo to redirect...
Opened https://github.com/neovim/neovim/issues/7558
@ap so I raised the neovim issue, and it was closed immediately. Sooks like a separate buffer list in a plugin is the only option.
`:echo buftabline#user_buffers()` shows `[1, 2, 3, 4]` `:echo winbufnr(0)` shows `5`
Okay, that would make sense, so netrw is in buffer 4 but is randomly also working in buffer 5 somehow? If you're saying the easiest way to fix this is...
Hmm, could you just switch buffers when the user tries to cd into a directory that is already open in another buffer? If I have Buffer 1 open at `~`,...
FWIW @ap's solution in https://github.com/ap/vim-buftabline/issues/25#issuecomment-255796784 works great, you just add: ```ini Plug 'ap/vim-readdir' " Assuming you use vim-plug. let g:loaded_netrw = 1 let g:loaded_netrwPlugin = 1 " Don't use the...
ping @nodejs/benchmarking