Junegunn Choi 11 лет назад
Родитель
Сommit
3af4079179
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -76,7 +76,7 @@ Reload .vimrc and `:PlugInstall` to install plugins.
 | -------------- | -------------------------------------------------------------------- |
 | `branch`/`tag` | Branch or tag of the repository to use                               |
 | `rtp`          | Subdirectory that contains Vim plugin                                |
-| `do`           | Post-update hook (string of funcref)                                 |
+| `do`           | Post-update hook (string or funcref)                                 |
 | `on`           | On-demand loading: Commands or <Plug>-mappings                       |
 | `for`          | On-demand loading: File types                                        |
 | `frozen`       | Do not install/update plugin unless explicitly given as the argument |