mirror of
https://github.com/neovim/neovim.git
synced 2026-02-15 17:01:17 +10:00
Some gnu indent options take negative numbers (e.g. --indent-label).
Add matching for an optional single '-' before the number.
closes: vim/vim#15754
ee20fc8062
Co-authored-by: John M Devin <john.m.devin@gmail.com>