我经常使用 inputdialog 来执行命令:
let n = confirm({msg} [, {choices} [, {default} [, {type}]]])
pe search numbers
if n == 1 --> pe 用 '.,' 搜索所有数字
if n == 2 --> pe 搜索所有指数数
if n == 3 --> pe 搜索所有3位数字
等
但使用这种方法,我只能选择一个论点。
Vim 中有没有一种方法可以在输入对话框中同时选择多个参数?