aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 93005f1c..80f0cb1d 100644
--- a/README.md
+++ b/README.md
@@ -380,10 +380,10 @@ separately distributed and installed via submodules instead.
#### Compilers
I define a few of my own `:compiler` scripts for `~/.vim/compiler`, for use for
-checking and linting of appropriate filetypes. Because checking (does it work?)
-and linting (is it well-written?) are separate processes for me, I bind them
-separately with local leader maps; for example, `_c` runs a `perl -c` syntax
-check of Perl scripts, and `_l` runs a Perl::Critic check.
+checking and linting of appropriate filetypes. Because checking (does it
+compile?) and linting (is it correct and well-written?) are separate processes
+for me, I bind them separately with local leader maps; for example, for `perl`
+filetypes, `,c` switches `makprg` to `perl -c`, and `,l` to `perlcritic`.
#### Neovim