diff options
author | Adriaan Zonnenberg <adriaanzon@users.noreply.github.com> | 2017-06-02 16:08:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 16:08:54 +0200 |
commit | 2b9e320370cb5a2e90bff5ef778f8ba8079b98dc (patch) | |
tree | f8bd53029613fd956800e5837aebb0ee95bbac53 | |
parent | fbd76fb63d87573c0c46635a9df4c119db16bf55 (diff) | |
download | ale-2b9e320370cb5a2e90bff5ef778f8ba8079b98dc.zip |
Suggest :ALELint instead of ale#Lint()
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -486,4 +486,4 @@ still be an advantage. If you are still concerned, you can turn the automatic linting off altogether, including the option `g:ale_lint_on_enter`, and you can run ALE manually with -`:call ale#Lint()`. +`:ALELint`. |