1
Bagaimana cara menggunakan backtick-ekspansi untuk mengisi daftar argumen?
Dari bantuan :help backtick-expansion: On Unix and a few other systems you can also use backticks for the file name argument, for example: :next `find . -name ver\\*.c -print` :view `ls -t *.patch \| head -n1` The backslashes before the star are required to prevent the shell from expanding "ver*.c" …