Hi Bram, I found two typos in doc/repeat.txt Attached a patch. Please check this.
-- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 711b138..967aeea 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -413,7 +413,7 @@ A Vim package is a directory that contains one or more plugins. The advantages over normal plugins: - A package can be downloaded as an archive and unpacked in its own directory. That makes it easy to updated and/or remove. -- A package can be a git, mercurial, etc. respository. That makes it really +- A package can be a git, mercurial, etc. repository. That makes it really easy to update. - A package can contain multiple plugins that depend on each other. - A package can contain plugins that are automatically loaded on startup and @@ -446,7 +446,7 @@ find the syntax/always.vim file, because its directory is in 'runtimepath'. *load-plugin* To load an optional plugin from a pack use the `:loadplugin` command: > :loadplugin mydebug -This could be done inside always.vim, if some conditions are met. +This could be done inside debugger.vim, if some conditions are met. Or you could add this command to your |.vimrc|. It is perfectly normal for a package to only have files in the "opt"
