From 2fed3ebc5a596a11937c68f2cb96b10320215ca4 Mon Sep 17 00:00:00 2001 From: MarcHamamji Date: Thu, 6 Apr 2023 14:04:59 +0300 Subject: [PATCH] Fix shell_handler description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc90af..2afe201 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A customizable Neovim plugin to run code inside the editor - #### `shell_handler(command, editable)` - Runs a command in a shell by opening it in a new vertical split window, with a terminal buffer. + Runs a command in a shell by opening it in a new split window, with a terminal buffer. | Argument name | Description | Type | |---------------- | --------------- | --------------- |