From 186645a0aa2a280975d1f3d45a318465a127628a Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Sat, 30 Jan 2021 12:26:02 +0100 Subject: [PATCH] Update README: Minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0c8a9..ad6157a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,6 @@ See [`:help secret-highlight`](./doc/secret.txt#L74) for more info. ## Testing -`make` can be used to do testing in an isolated environment. The default rule runs `test/*.vader` in Vim and Neovim. +`make` can be used to do testing in an isolated environment. The default target runs `test/*.vader` in Vim and Neovim. Thanks to [vim-sneak](https://github.com/justinmk/vim-sneak) for this idea.