mirror of
https://github.com/vim/vim.git
synced 2026-05-31 06:29:04 +02:00
9be7c04e6c
Problem: 'formatprg' is a global option but the value may depend on the
type of buffer. (Sung Pae)
Solution: Make 'formatprg' global-local. (closes #1380)