From 8198e73d252be436e81c29eefc048e137133b3b5 Mon Sep 17 00:00:00 2001 From: Michael Bleuez Date: Tue, 11 Jan 2022 00:06:21 +0100 Subject: [PATCH] minor correction about the cli args feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a898a69f..2ab3152d 100755 --- a/README.md +++ b/README.md @@ -381,7 +381,7 @@ vmap f SnipRun

-- For interpreted languages with simple output, `:%SnipRun` (or a shortcut) may be a more convenient way to run your entire file. When running the whole file, SnipRun supports taking arguments on the command line: `:%SnipRun 5 "yay"`, but this will only be useful for interpreted/script languages. +- For interpreted languages with simple output, `:%SnipRun` (or a shortcut) may be a more convenient way to run your entire file. When running the whole file, SnipRun supports taking arguments on the command line: `:%SnipRun 5 "yay"` frictionlessly for interpreted languages, and compiled languages with entry point detection implemented (most of them). While both shorthands and \ are here to stay, **please use the `` style ones in your mappings** or if using from another plugin.