From 08f9fbd0a4e4951b8510d259b0ee758cabb5a5ac Mon Sep 17 00:00:00 2001 From: Jay Kuri Date: Fri, 21 Mar 2025 09:39:57 -0600 Subject: [PATCH] Revise README to include a warning about foldmethod=syntax hanging during paste in some terminals --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06419b2a..81accf8c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,9 @@ augroup END Enables code folding for javascript based on our syntax file. -Please note this can have a dramatic effect on performance. +Please note this can have a dramatic effect on performance. In some terminals +this may cause hangs during pasting. If you are affected by this, using +a different foldmethod (such as indent) may provide a better experience. ## Concealing Characters