Ho aggiunto lustyExplorer a ~ / .vim / plugin. Quindi ho eseguito MacVim e ho provato a eseguirlo con ": LustyFileSystemExplorer". Errore
"Unknown Function: lustyExplorer#LustyFileSystemExplorerStart"
Nella documentazione 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"
Ho anche provato :lf
e ho ottenuto l'errore:
can't open errorfile errors.err
Sto eseguendolo correttamente? Che cosa significa il prefisso <Leader>
?