aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:40:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-26 17:40:26 +1200
commite82ab7f7b65c86d908ded5401ee6c1e6f844657a (patch)
tree89ea786f8c730d67a7526b0d2ec85507879e2dec /README.md
parentMerge branch 'release/v1.60.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e82ab7f7b65c86d908ded5401ee6c1e6f844657a.tar.gz
dotfiles-e82ab7f7b65c86d908ded5401ee6c1e6f844657a.zip
Merge branch 'release/v1.61.0'v1.61.0
* release/v1.61.0: Bump VERSION Update/correct section on local leader maps Add another blank line Correct some leader map definition comments Add vertical spacing to leader maps section Add visual-mode analogues to some leader maps Upgrade sahara.vim colorscheme Remove doubleup in Awk ftplugin
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