Skip to content

Commit

Permalink
minor correction about the cli args feature
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jan 10, 2022
1 parent 1d6e498 commit 8198e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ vmap f <Plug>SnipRun
</details>
</p>

- 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 \<Plug> are here to stay, **please use the `<Plug>` style ones in your mappings** or if using from another plugin.
Expand Down

0 comments on commit 8198e73

Please sign in to comment.