## 依赖 - eunuch.vim ## asynctask 配置 ``` [file-move-to-path] command=:Move $(?target path) [file-copy-to-path] command=:Copy $(?target path) ``` ## 预期功能 在执行 `asynctask file-move-to-path`时候, 提示用户输入,我希望输入的路径能够触发补全。
依赖
asynctask 配置
预期功能
在执行
asynctask file-move-to-path时候, 提示用户输入,我希望输入的路径能够触发补全。