vim-jp / vim-jp/vital.vim

Vital.System.File.rmdir(): use vimproc if possible

Open
#215 2 comments 0 reactions 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

表題の通りですが、Vital.System.File.rmdir()を実行するとwindows環境ではdos窓が表示されます。
実害はないといえばないですが、他のモジュールに合わせる意味でも、vimprocが使える場合はvimprocを使って欲しいです。
対象は、Vital.System.Fileの関数すべてですかね...

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 at the Vital.System.File.rmdir() entry point and inspect how it invokes commands on Windows. Check how other Vital.System.File functions use vimproc, then determine whether the requested behavior applies beyond rmdir. Done means applicable functions avoid the unwanted DOS window when vimproc is available, while preserving behavior when it is not.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
operating-systems, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 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.