He agregado lustyExplorer a ~ / .vim / plugin. Luego ejecuté MacVim y traté de ejecutarlo con ": LustyFileSystemExplorer". Error
"Función desconocida: lustyExplorer # LustyFileSystemExplorerStart"
En la documentación dice:
Usage:
" <Leader>lf - Opens the filesystem explorer.
" <Leader>lr - Opens the filesystem explorer from the
" directory of the current file.
" <Leader>lb - Opens the buffer explorer.
" <Leader>lg - Opens the buffer grep, for searching through
" all loaded buffers
"
" You can also use the commands:
"
" ":LustyFilesystemExplorer [optional-path]"
" ":LustyFilesystemExplorerFromHere"
" ":LustyBufferExplorer"
" ":LustyBufferGrep"
También probé :lf
y obtuve un error:
no puede abrir errorfile errors.err
¿Lo estoy ejecutando correctamente? ¿Qué significa el prefijo <Leader>
?