diff options
Diffstat (limited to 'src/nvim/options.lua')
| -rw-r--r-- | src/nvim/options.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 1476fdda2c..853c2b52d7 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -948,7 +948,7 @@ return {      },      {        full_name='formatprg', abbreviation='fp', -      type='string', scope={'global'}, +      type='string', scope={'global', 'buffer'},        secure=true,        vi_def=true,        expand=true, | 
