Increase the maximum amount of memory allocated for pattern matching to 10 megabytes

This commit is contained in:
Kevin MacMartin 2019-03-15 11:58:18 -04:00
parent 9a4e36bb2c
commit 1d3ad8d862

View file

@ -67,6 +67,7 @@
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper
set nofoldenable "disable folds by default
set tw=80 "set the default text width to 80 when nothing overrides this
set maxmempattern=10000 "increase the maximum amount of memory available for pattern matching
"}}}
"USER INTERFACE: {{{