From db8e10269e53f5ba1b1714d8c612fa7077b87a00 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Sat, 30 Jan 2021 12:22:40 +0100 Subject: [PATCH] Update README: Add note about testing --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30e1cc2..ab0c8a9 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,9 @@ autocmd! VimEnter,ColorScheme * hi Conceal ctermbg=NONE guibg=NONE ``` 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. + +Thanks to [vim-sneak](https://github.com/justinmk/vim-sneak) for this idea.