vim-jp / vim-jp/vital.vim

Process: system() should use jobstart() on neovim

Open
#533 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
587
Forks
64
Avg merge
2d 8h
Merged PRs (30d)
1

Description

#469 causes system() to no longer support background processes on neovim. It looks like the replacement is jobstart().

I'd love to implement myself, but my vimscript is terrible, so I'd appreciate a little help!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the system() implementation changed by #469 and read Neovim's jobstart() documentation linked in the issue. Confirm how background processes should behave on Neovim and verify that the updated behavior preserves the intended system() interface.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.