From fa5b365e847909df35cea184e13b7b811f346cda Mon Sep 17 00:00:00 2001 From: Kyle Chui Date: Wed, 29 May 2024 09:24:15 -0700 Subject: [PATCH] fix: Typo in help docs. Resolves #316. --- doc/nvim-surround.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-surround.txt b/doc/nvim-surround.txt index 1553e1e..d894b83 100644 --- a/doc/nvim-surround.txt +++ b/doc/nvim-surround.txt @@ -107,7 +107,7 @@ The *S* insert-mode operator is analogous to |s|, but adds the delimiter pair on new lines. Old text Command New text ~ - func_name* S) func( + func_name* S) func_name( * )