]> granicus.if.org Git - vim/commit
patch 8.0.0179: cannot have a local value for 'formatprg' v8.0.0179
authorBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 13:28:30 +0000 (14:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 14 Jan 2017 13:28:30 +0000 (14:28 +0100)
commit9be7c04e6cd5b0facedcb56b09a5bcfc339efe03
tree8904427003c2cea7b63ffae1e0570a54f5c77e87
parent9b73c4a215cb5f0f7df1e7f0663aea2bce1914ab
patch 8.0.0179: cannot have a local value for 'formatprg'

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)
runtime/doc/options.txt
src/normal.c
src/option.c
src/option.h
src/structs.h
src/testdir/test_normal.vim
src/version.c