mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 20:41:53 +10:00
Problem: Using expressions in a modeline is unsafe.
Solution: Disallow using expressions in a modeline, unless the
'modelineexpr' option is set. Update help, add more tests.
110289e781