Skip to content

Commit b26c9ed

Browse files
authored
Revise README to include a warning about foldmethod=syntax hanging during paste in some terminals (#1258)
1 parent c470ce1 commit b26c9ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ augroup END
6666

6767
Enables code folding for javascript based on our syntax file.
6868

69-
Please note this can have a dramatic effect on performance.
69+
Please note this can have a dramatic effect on performance. In some terminals
70+
this may cause hangs during pasting. If you are affected by this, using
71+
a different foldmethod (such as indent) may provide a better experience.
7072

7173

7274
## Concealing Characters

0 commit comments

Comments
 (0)