comparison src/option.h @ 10579:688b97124d23 v8.0.0179

patch 8.0.0179: cannot have a local value for 'formatprg' commit https://github.com/vim/vim/commit/9be7c04e6cd5b0facedcb56b09a5bcfc339efe03 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 14 14:28:30 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jan 2017 14:30:04 +0100
parents 4aead6a9b7a9
children 7598ce51bf2a
comparison
equal deleted inserted replaced
10578:6bdfba1a1ee2 10579:688b97124d23
1027 , BV_EOL 1027 , BV_EOL
1028 , BV_FIXEOL 1028 , BV_FIXEOL
1029 , BV_EP 1029 , BV_EP
1030 , BV_ET 1030 , BV_ET
1031 , BV_FENC 1031 , BV_FENC
1032 , BV_FP
1032 #ifdef FEAT_EVAL 1033 #ifdef FEAT_EVAL
1033 , BV_BEXPR 1034 , BV_BEXPR
1034 , BV_FEX 1035 , BV_FEX
1035 #endif 1036 #endif
1036 , BV_FF 1037 , BV_FF